diff --git a/src/App.css b/src/App.css index f15a7d8..4375fc9 100644 --- a/src/App.css +++ b/src/App.css @@ -2,6 +2,10 @@ body { padding-top: 100px; } +.list-group-item-action { + overflow: hidden; +} + .content-section { min-height: 100vh; }