mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-15 09:55:49 +01:00
(refs #1783) hide overflowed chars in the sidebar
This commit is contained in:
@@ -1850,6 +1850,12 @@ body.page-load * {
|
||||
transition: none !important;
|
||||
}
|
||||
|
||||
body:not(.sidebar-collapse) .main-sidebar li.menu-item-hover > a,
|
||||
body.sidebar-collapse .main-sidebar li:hover > a > span {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
body.sidebar-collapse .main-sidebar li.menu-item-hover:not(:hover) span.pull-right-container {
|
||||
display: inline !important;
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user