Preview: set font-size on preview content

- When previewing the content in a review, no font size was set. This
resulted in the previewed content being bigger than other text and
therefor creating an noticable inconsistency.
- Set the font size of the previewed content, 14px, this is consistent
with how the content would be rendered.
- `comment-code-cloud` is the class used for the review boxes.
`.ui.tab.markup` means it only applies to the preview tab.
This commit is contained in:
Gusted 2024-02-14 23:01:35 +01:00
parent 56f161167a
commit b1aabbf174
No known key found for this signature in database
GPG Key ID: FD821B732837125F
1 changed files with 4 additions and 0 deletions

View File

@ -153,6 +153,10 @@
min-height: 168px;
}
.comment-code-cloud .ui.tab.markup {
font-size: 14px;
}
.comment-code-cloud .ui.tabular.menu {
margin: 0.5em;
}