fix the problem with vertical nav list items not displaying at 100% width
This commit is contained in:
@@ -64,4 +64,12 @@ textarea::placeholder, input::placeholder, .select2-selection__choice__display {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
/* fix the problem with vertical nav list items not displaying at 100% width */
|
||||
li.nav-item { width: 100%; }
|
||||
|
||||
li.nav-item a {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user