mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-08 11:03:11 +00:00
Merge pull request #8191 from overleaf/msm-dictionary-modal-fixes
Dictionary modal fixes GitOrigin-RevId: 9804619a5addfb53633b6801002fdff221af971a
This commit is contained in:
parent
17c72b74c3
commit
21246b9bb0
3 changed files with 8 additions and 1 deletions
|
@ -94,7 +94,9 @@ export default function DictionaryModalContent({
|
|||
))}
|
||||
</ul>
|
||||
) : (
|
||||
<i>{t('edit_dictionary_empty')}</i>
|
||||
<p className="dictionary-empty-body text-center">
|
||||
<i>{t('edit_dictionary_empty')}</i>
|
||||
</p>
|
||||
)}
|
||||
</Modal.Body>
|
||||
|
||||
|
|
|
@ -27,3 +27,7 @@
|
|||
flex-grow: 1;
|
||||
padding-right: @padding-xs;
|
||||
}
|
||||
|
||||
.dictionary-empty-body {
|
||||
padding: @padding-md;
|
||||
}
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
height: @line-height-computed * 0.75;
|
||||
line-height: @font-size-small;
|
||||
font-size: @line-height-computed * 0.75;
|
||||
font-weight: normal;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue