mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
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:
@@ -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%);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user