ソースを参照

fix: alignment of help table head

charlie 5 年 前
コミット
f3d26d2da7
1 ファイル変更4 行追加0 行削除
  1. 4 0
      src/main/frontend/components/sidebar.css

+ 4 - 0
src/main/frontend/components/sidebar.css

@@ -88,6 +88,10 @@
     td {
       word-break: break-all;
     }
+
+    th {
+      width: 80%;
+    }
   }
 
   &-btn {