Przeglądaj źródła

fix: alignment of help table head

charlie 5 lat temu
rodzic
commit
f3d26d2da7
1 zmienionych plików z 4 dodań i 0 usunięć
  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 {