فهرست منبع

Merge pull request #5649 from NadavTasher/bugfix/fix-list-header-width-in-cleandark-theme

Fix list header too wide in cleanlight and cleandark themes
Lauri Ojansivu 5 ماه پیش
والد
کامیت
826876ff11
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      client/components/boards/boardColors.css

+ 5 - 0
client/components/boards/boardColors.css

@@ -3268,6 +3268,11 @@ THEME - Clean Light
   background: none;
 }
 
+.board-color-cleanlight .list .list-header div:has(.list-header-name),
+.board-color-cleandark .list .list-header div:has(.list-header-name) {
+  display: contents;
+}
+
 .board-color-cleanlight .list .list-header-name {
   color: rgba(10, 10, 20, 1);
 }