Remove workaround for T162493

Change-Id: Icb1f7632512b4a8fd0e2bf50035e40d3a89cd9bb
isekai
Bartosz Dziewoński 8 years ago
parent b2f62838d2
commit 51b9ba4eeb

@ -10,12 +10,6 @@
top: @fixed-header-height + @color-height;
}
// Apparently the margin is normally removed/negated elsewhere in other skins (T162493)
.ve-ce-documentNode {
padding: 0.94em 1.88em;
margin: auto -1.88em;
}
@media (min-width: @desktop-small-floor) and (max-width: @desktop-small-width) {
.ve-ui-toolbar {
margin-top: -.5em;

Loading…
Cancel
Save