From a5f2492eedff3b749f5795ffd3d230fc1c3c8cd0 Mon Sep 17 00:00:00 2001 From: Aleksei Potsetsuev Date: Mon, 17 Jun 2024 21:52:34 +0800 Subject: [PATCH] CB-3510 fix: table bottom bar styles --- .../TableFooterMenuBarItemStyles.module.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/webapp/packages/plugin-data-viewer/src/TableViewer/TableFooter/TableFooterMenu/TableFooterMenuBarItemStyles.module.css b/webapp/packages/plugin-data-viewer/src/TableViewer/TableFooter/TableFooterMenu/TableFooterMenuBarItemStyles.module.css index aef4a71726..f167e528a6 100644 --- a/webapp/packages/plugin-data-viewer/src/TableViewer/TableFooter/TableFooterMenu/TableFooterMenuBarItemStyles.module.css +++ b/webapp/packages/plugin-data-viewer/src/TableViewer/TableFooter/TableFooterMenu/TableFooterMenuBarItemStyles.module.css @@ -8,4 +8,16 @@ .tableFooterMenu .menuBarItem { padding: 0 4px; + + & .menuBarItemBox { + gap: 2px; + } + + & .menuBarItemLabel { + padding: 0; + } + + & .menuBarItemIcon + .menuBarItemLabel { + padding-left: 0; + } }