remove margin from editor sub header in content mini editor

This commit is contained in:
Mads Rasmussen
2017-04-06 16:11:03 +02:00
parent 60f91d95e9
commit a728f475aa

View File

@@ -30,4 +30,9 @@
padding: 0 20px;
}
// Hacks to fix editors inside the mini editors
.umb-editor-sub-header {
margin-top: 0;
}
}