diff --git a/src/opnsense/www/themes/opnsense/assets/stylesheets/bootstrap/_tables.scss b/src/opnsense/www/themes/opnsense/assets/stylesheets/bootstrap/_tables.scss index 629cab749..8f46094c4 100755 --- a/src/opnsense/www/themes/opnsense/assets/stylesheets/bootstrap/_tables.scss +++ b/src/opnsense/www/themes/opnsense/assets/stylesheets/bootstrap/_tables.scss @@ -17,7 +17,6 @@ th { .table { width: 100%; max-width: 100%; - margin-bottom: $line-height-computed; // Cells > thead, > tbody, diff --git a/src/opnsense/www/themes/opnsense/build/css/main.css b/src/opnsense/www/themes/opnsense/build/css/main.css index d439fad6c..219ec1457 100644 --- a/src/opnsense/www/themes/opnsense/build/css/main.css +++ b/src/opnsense/www/themes/opnsense/build/css/main.css @@ -2020,8 +2020,7 @@ th { .table { width: 100%; - max-width: 100%; - margin-bottom: 20px; } + max-width: 100%; } .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th,