diff --git a/web/styles/app_components.css b/web/styles/app_components.css index 722af16184..c5e14d6054 100644 --- a/web/styles/app_components.css +++ b/web/styles/app_components.css @@ -744,6 +744,11 @@ div.overlay { width: 1%; white-space: nowrap; } + + & th, + td { + padding: 4px 5px; + } } .table-bordered { @@ -755,6 +760,7 @@ div.overlay { & th, td { border-left: 1px solid hsl(0deg 0% 87%); + padding: 4px 5px; } thead tr:first-child > th:first-child { diff --git a/web/third/bootstrap/css/bootstrap.css b/web/third/bootstrap/css/bootstrap.css index c16f229aa9..3666bb0299 100644 --- a/web/third/bootstrap/css/bootstrap.css +++ b/web/third/bootstrap/css/bootstrap.css @@ -239,10 +239,6 @@ table { .table thead:first-child tr:first-child th { border-top: 0; } -.table-condensed th, -.table-condensed td { - padding: 4px 5px; -} .table-striped tbody > tr:nth-child(odd) > td { background-color: #f9f9f9; }