1
0

Apply overflow hidden for list group sidebar items

This commit is contained in:
PA4KEV 2023-01-03 19:40:14 +01:00
parent bfe1d08264
commit 09da33a8ce

View File

@ -2,6 +2,10 @@ body {
padding-top: 100px;
}
.list-group-item-action {
overflow: hidden;
}
.content-section {
min-height: 100vh;
}