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:
David 2024-09-26 15:13:31 +01:00 committed by Copybot
parent 2a051700b5
commit e253b48bc0

View file

@ -35,6 +35,7 @@
.review-panel-entry-content {
display: flex;
flex-direction: column;
font-size: @font-size-01;
gap: @spacing-04;
}