From 508a2d710323cbd6f85d1eb15cfd5c0c7d0a411c Mon Sep 17 00:00:00 2001 From: walster001 Date: Tue, 27 Aug 2024 19:28:06 +0930 Subject: [PATCH] Revert vertical-align. Left line-height unset. Didn't fix issue as its more than just modern-dark theme. Have played around on dev server and found its in the list css itself. --- client/components/boards/boardColors.css | 1 - 1 file changed, 1 deletion(-) diff --git a/client/components/boards/boardColors.css b/client/components/boards/boardColors.css index 7426d9b35..39c86a892 100644 --- a/client/components/boards/boardColors.css +++ b/client/components/boards/boardColors.css @@ -1796,7 +1796,6 @@ @media screen and (max-width: 800px) { .board-color-moderndark .list-header .list-header-name { line-height: unset; - vertical-align: middle; padding-top: 10px; } .board-color-moderndark .list-header-black, .board-color-moderndark .mini-list {