From f572514593c10feef02d1807b90fa5d3169af92d Mon Sep 17 00:00:00 2001 From: Alessandro Castellani Date: Tue, 9 Jul 2024 15:16:43 -0700 Subject: [PATCH] Bug 1856252 - Set a smaller minimum size for tree view columns. r=arschmitz Info and explanation of the change are in the bug. Differential Revision: https://phabricator.services.mozilla.com/D215813 --HG-- extra : amend_source : 7c56a6ac09f4d6cb9266c4611be3986a60a3b26f --- mail/themes/shared/mail/tree-listbox.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/themes/shared/mail/tree-listbox.css b/mail/themes/shared/mail/tree-listbox.css index 5c5d4b5a09..a617accfc4 100644 --- a/mail/themes/shared/mail/tree-listbox.css +++ b/mail/themes/shared/mail/tree-listbox.css @@ -420,7 +420,7 @@ thead[is="tree-view-table-header"] { th[is="tree-view-table-header-cell"] { height: var(--tree-header-table-height); - min-width: 7ch; + min-width: 5ch; padding: 0; position: relative; overflow: hidden;