mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-26 11:02:07 +00:00
Prevent user name in review panel to break if larger than container (#23643)
GitOrigin-RevId: 9d4948e5dc595dc39510a558edc6a008d3ef7156
This commit is contained in:
parent
725db44392
commit
b75917eb9f
1 changed files with 3 additions and 0 deletions
|
@ -77,6 +77,9 @@
|
|||
.review-panel-entry-user {
|
||||
color: $content-primary;
|
||||
font-size: 110%;
|
||||
max-width: 150px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.review-panel-entry-time {
|
||||
|
|
Loading…
Add table
Reference in a new issue