Added missing 'import nib' stylesheet reset that removes extra li bullet points.

Thanks to mfilser and xet7 !

Related https://github.com/wekan/wekan/issues/4512#issuecomment-1129347536
This commit is contained in:
Lauri Ojansivu 2022-05-18 12:12:45 +03:00
parent 58da992a0c
commit 8964a18e76
2 changed files with 17 additions and 1 deletions

View file

@ -3,7 +3,6 @@
}
.board-list li {
float: left;
color: #dedede; /* li same color as background grey */
width: 20%;
box-sizing: border-box;
position: relative;