diff --git a/services/web/frontend/js/features/dictionary/components/dictionary-modal-content.tsx b/services/web/frontend/js/features/dictionary/components/dictionary-modal-content.tsx index 03b4032c7f..f84e30c3f4 100644 --- a/services/web/frontend/js/features/dictionary/components/dictionary-modal-content.tsx +++ b/services/web/frontend/js/features/dictionary/components/dictionary-modal-content.tsx @@ -94,7 +94,9 @@ export default function DictionaryModalContent({ ))} ) : ( - {t('edit_dictionary_empty')} +

+ {t('edit_dictionary_empty')} +

)} diff --git a/services/web/frontend/stylesheets/app/editor/dictionary.less b/services/web/frontend/stylesheets/app/editor/dictionary.less index 021eb96105..559fd02583 100644 --- a/services/web/frontend/stylesheets/app/editor/dictionary.less +++ b/services/web/frontend/stylesheets/app/editor/dictionary.less @@ -27,3 +27,7 @@ flex-grow: 1; padding-right: @padding-xs; } + +.dictionary-empty-body { + padding: @padding-md; +} diff --git a/services/web/frontend/stylesheets/components/beta-badges.less b/services/web/frontend/stylesheets/components/beta-badges.less index c223c747fc..3e77a9521e 100644 --- a/services/web/frontend/stylesheets/components/beta-badges.less +++ b/services/web/frontend/stylesheets/components/beta-badges.less @@ -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;