diff --git a/src/opnsense/www/themes/opnsense/assets/stylesheets/bootstrap/_list-group.scss b/src/opnsense/www/themes/opnsense/assets/stylesheets/bootstrap/_list-group.scss index f0d980cd3..c27d95072 100755 --- a/src/opnsense/www/themes/opnsense/assets/stylesheets/bootstrap/_list-group.scss +++ b/src/opnsense/www/themes/opnsense/assets/stylesheets/bootstrap/_list-group.scss @@ -21,7 +21,7 @@ .list-group-item { position: relative; display: block; - padding: 12px 20px; + padding: 6px 20px; // Place the border on the list items and negative margin up for better styling margin-bottom: -1px; background-color: $list-group-bg; diff --git a/src/opnsense/www/themes/opnsense/build/css/main.css b/src/opnsense/www/themes/opnsense/build/css/main.css index 782d22e4d..50da9b7a1 100644 --- a/src/opnsense/www/themes/opnsense/build/css/main.css +++ b/src/opnsense/www/themes/opnsense/build/css/main.css @@ -4311,7 +4311,7 @@ a.thumbnail.active { .list-group-item { position: relative; display: block; - padding: 12px 20px; + padding: 6px 20px; margin-bottom: -1px; background-color: #fff; } .list-group-item:last-child {