mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-25 16:21:57 +00:00
Ensure that the change text fits the entry UI in IE.
This commit is contained in:
parent
a4ca7e2ca9
commit
1970ab4e63
1 changed files with 3 additions and 0 deletions
|
@ -336,6 +336,9 @@
|
|||
.rp-entry-details {
|
||||
line-height: 1.4;
|
||||
margin-left: 5px;
|
||||
// We need to set any low-enough flex base size (0px), making it growable (1) and non-shrinkable (0).
|
||||
// This is needed to ensure that IE makes the element fill the available space.
|
||||
flex: 1 0 0px;
|
||||
|
||||
.rp-state-overview & {
|
||||
margin-left: 0;
|
||||
|
|
Loading…
Reference in a new issue