Browse Source

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 years ago
parent
commit
a167d8ff3f
1 changed files with 0 additions and 2 deletions
  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