فهرست منبع

Fix list header too wide in cleanlight and cleandark themes

Nadav Tasher 5 ماه پیش
والد
کامیت
f03744d99b
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);
 }