fix height of editor sub-nav to prevent vertical overflow of borders
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user