mirror of https://github.com/zulip/zulip.git
ListWidget: Fix sliding of actions column in tables.
Added right padding to the actions heading in the table. Fixes #29633.
This commit is contained in:
parent
04347bb315
commit
4b04e2c09c
|
@ -798,6 +798,10 @@ div.overlay {
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
th.actions {
|
||||
padding-right: 1em;
|
||||
}
|
||||
|
||||
& th,
|
||||
td {
|
||||
padding: 4px 5px;
|
||||
|
|
Loading…
Reference in New Issue