Skip to content
Snippets Groups Projects
Commit 95a18ce8 authored by Robert Kossessa's avatar Robert Kossessa Committed by Janis Streib
Browse files

UPD: Side navbar text overflow

parent ea24d60a
No related branches found
No related tags found
No related merge requests found
......@@ -204,7 +204,7 @@ export default {
.link-button {
width: 100%;
min-width: $left-sidebar-hidden-width - 7px;
text-overflow: ellipsis;
text-overflow: fade;
overflow-x: hidden;
border: none;
border-radius: $border-radius;
......
......@@ -44,7 +44,7 @@ export default {
@import '../../node_modules/bootstrap/scss/bootstrap.scss';
.side-navbar {
text-overflow: ellipsis;
text-overflow: fade;
overflow-x: hidden;
height: 100%;
white-space: nowrap;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment