Fixed issue where task icons got hidden if text was too long (#6699)

* Fixed issue where task icons got hidden if text was too long
#6116

* Changed padding to min width
#6116

* Update tasksPanel.css
This commit is contained in:
AlexFsmn
2019-10-03 19:10:56 +02:00
committed by Karl Burtram
parent af24a9d002
commit 3f2a728ed0

View File

@@ -40,7 +40,7 @@
background-position: left center;
background-repeat: no-repeat;
padding-right: 6px;
width: 22px;
min-width: 22px;
height: 22px;
display: inline-block;
}