handle white space inside the menu item element

pull/9872/head
bsatarnejad 3 years ago
parent 6e12507294
commit 4fb882dca6
  1. 4
      frontend/src/global_styles/layout/_tree_menu.sass

@ -19,9 +19,6 @@ div.wiki ul.pages-hierarchy,
line-height: $tree-menu-item-height
text-decoration: none !important
.op-uc-link
display: inline
.tree-menu--hierarchy-span
display: inline-block
line-height: $tree-menu-item-height
@ -85,6 +82,7 @@ div.wiki ul.pages-hierarchy,
line-height: $tree-menu-item-height
padding: 0 10px
overflow-x: hidden
white-space: nowrap
&.-selected
background: var(--main-menu-bg-hover-background)
.tree-menu--title

Loading…
Cancel
Save