Apply overflow hidden for list group sidebar items
This commit is contained in:
parent
bfe1d08264
commit
09da33a8ce
@ -2,6 +2,10 @@ body {
|
||||
padding-top: 100px;
|
||||
}
|
||||
|
||||
.list-group-item-action {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.content-section {
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user