Add right margin to toolbar if review panel open

This fixes bug where the toolbar would be measured incorrectly if the
review panel was open
This commit is contained in:
Alasdair Smith 2018-07-11 14:52:09 +01:00
parent b1a47ddae4
commit 3806d2bda7

View file

@ -793,6 +793,12 @@
}
}
.toolbar-editor {
.rp-size-expanded & {
margin-right: @review-panel-width;
}
}
.rp-toggle {
display: inline-block;
vertical-align: middle;