diff --git a/src/public/stylesheets/theme-next/notes/text.css b/src/public/stylesheets/theme-next/notes/text.css index 57646b200..76cc6e395 100644 --- a/src/public/stylesheets/theme-next/notes/text.css +++ b/src/public/stylesheets/theme-next/notes/text.css @@ -139,6 +139,12 @@ html .note-detail-editable-text :not(figure, .include-note, hr):first-child { padding-top: 0; } +div.find-replace-widget div.find-widget-found-wrapper { + min-width: 50px; + font-style: normal; + font-weight: normal; +} + /* The up / down buttons of the "Find in text" input */ .find-replace-widget .input-group button { font-size: 1.3em;