mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -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 & {
|
.rp-size-expanded & {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-around;
|
justify-content: space-between;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue