瀏覽代碼

table width 100% isn't necessary at Admin Panel "People"

- also it was set global to Wekan, not really a good practise ...
Martin Filser 3 年之前
父節點
當前提交
a167d8ff3f
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      client/components/settings/peopleBody.styl

+ 0 - 2
client/components/settings/peopleBody.styl

@@ -2,8 +2,6 @@
   overflow: scroll;
 
 table
-  border-collapse: collapse;
-  width: 100%;
   color: #000;
 
   td, th