fix height of editor sub-nav to prevent vertical overflow of borders

This commit is contained in:
Nathan Woulfe
2019-02-13 17:10:43 +10:00
parent 7aac3dc1bf
commit 3c2b2e2963

View File

@@ -14,7 +14,7 @@
flex-direction: column;
align-items: center;
justify-content: center;
height: @editorHeaderHeight;
height: calc(~'@{editorHeaderHeight}' - ~'1px'); // need to offset the 1px border-bottom on .umb-editor-header - avoids overflowing top of the container
position: relative;
color: @ui-active-type;