Fix list style

This commit is contained in:
Jay Trees 2022-04-14 14:29:12 +02:00
parent 5d3f6aff98
commit 1037ccef66

View file

@ -329,3 +329,14 @@ p .ui.horizontal.label {
.ui.basic.white.button {
background-color: #fff;
}
/**
* List
*/
ul.ui.list li::before {
display: none;
}
ul.ui.list {
margin: 0;
}