From 4b04e2c09c452bb39e198ad754ce91752a51b619 Mon Sep 17 00:00:00 2001 From: Kenneth Rodrigues Date: Sat, 27 Jul 2024 22:34:09 +0530 Subject: [PATCH] ListWidget: Fix sliding of actions column in tables. Added right padding to the actions heading in the table. Fixes #29633. --- web/styles/app_components.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/styles/app_components.css b/web/styles/app_components.css index d8a247f386..e4ac12d105 100644 --- a/web/styles/app_components.css +++ b/web/styles/app_components.css @@ -798,6 +798,10 @@ div.overlay { white-space: nowrap; } + th.actions { + padding-right: 1em; + } + & th, td { padding: 4px 5px;