mirror of https://github.com/ColorlibHQ/AdminLTE
Merge pull request #3151 from danny007in/handle-long-text-in-sidebar
CSS sidebar classes to handle long text #2816 in scsspull/3158/head
commit
bbeaa0ca49
|
@ -187,8 +187,9 @@
|
|||
}
|
||||
|
||||
.nav-link p {
|
||||
display: inline-block;
|
||||
display: inline;
|
||||
margin: 0;
|
||||
white-space: normal;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
|
||||
.nav-sidebar .nav-link p {
|
||||
width: 0;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.sidebar .user-panel > .info,
|
||||
|
|
Loading…
Reference in New Issue