Fix #668: list icon alignement on landing page

This commit is contained in:
Eliot Berriot 2019-01-29 10:34:35 +01:00
parent cd2f264b56
commit 46a93d6a8d
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1 @@
Fixed list icon alignement on landing page (#668)

View File

@ -267,3 +267,7 @@ label .tooltip {
canvas.color-thief {
display: none;
}
.ui.list .list.icon {
padding-left: 0;
}