tables: Fix table column dimensions on hover.

This commit is contained in:
Hardik Dharmani
2023-05-08 21:56:44 +05:30
committed by Tim Abbott
parent f93cf330d4
commit 7ccfed65e8

View File

@@ -698,6 +698,7 @@ div.overlay {
border-collapse: separate;
& thead th {
min-width: 100px;
color: inherit;
background-color: hsl(0deg 0% 100%);
border-top: 1px solid hsl(0deg 0% 0% / 20%) !important;
@@ -708,7 +709,7 @@ div.overlay {
content: " \f0d8";
white-space: pre;
display: inline-block;
position: relative;
position: absolute;
padding-top: 3px;
font: normal normal normal 12px/1 FontAwesome;
font-size: inherit;