mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fix padding in the review panel toolbar for IE.
This commit is contained in:
parent
cd975c6190
commit
a4ca7e2ca9
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@
|
|||
.rp-size-expanded & {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-around;
|
||||
justify-content: space-between;
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue