浏览代码

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 {