mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #20634 from overleaf/dp-resolved-comments-font
Add explicit font-size to review-panel-entry-content GitOrigin-RevId: 7c0dd2a441ad011bd9d706f1f6a1f965d3b80b51
This commit is contained in:
parent
2a051700b5
commit
e253b48bc0
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
.review-panel-entry-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
font-size: @font-size-01;
|
||||
gap: @spacing-04;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue