diff --git a/cms/src/app.postcss b/cms/src/app.postcss index e1be7d2..3ada4e4 100644 --- a/cms/src/app.postcss +++ b/cms/src/app.postcss @@ -121,8 +121,9 @@ text-overflow: ellipsis; } .card-list{ - height: 530px; - overflow-x: scroll; + /* min-height: 530px; */ + /* overflow-x: scroll; */ + padding-bottom:0.75rem; width: 100%; } .card-outline{