settings: Reduce width of "Actions" column in tables.

This commit reduces the width of "Actions" column in tables so
that they do not take any unnecessary space.
This commit is contained in:
Sahil Batra
2023-08-08 20:15:13 +05:30
committed by Tim Abbott
parent 75126c96a4
commit 882663394a

View File

@@ -711,8 +711,11 @@ div.overlay {
}
}
& thead th {
& thead th:not(.actions) {
min-width: 100px;
}
& thead th {
color: inherit;
background-color: hsl(0deg 0% 100%);