mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fix review panel toolbar in flex contexts.
This commit is contained in:
parent
1148b00c9a
commit
bf5aa5e253
1 changed files with 2 additions and 0 deletions
|
@ -112,6 +112,8 @@
|
||||||
background-color: @rp-bg-dim-blue;
|
background-color: @rp-bg-dim-blue;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
flex-basis: 32px;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
.review-panel-toolbar-label {
|
.review-panel-toolbar-label {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Reference in a new issue