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:
Kenneth Rodrigues 2024-07-27 22:34:09 +05:30 committed by Tim Abbott
parent 04347bb315
commit 4b04e2c09c
1 changed files with 4 additions and 0 deletions

View File

@ -798,6 +798,10 @@ div.overlay {
white-space: nowrap;
}
th.actions {
padding-right: 1em;
}
& th,
td {
padding: 4px 5px;