Fix contextmenu icons width

This commit is contained in:
ClemDee 2019-07-04 13:46:13 +02:00
parent cd8c3c6b31
commit 51b739bb8d

View File

@ -22,7 +22,7 @@
}
}
.dropdown-toggle {
margin-left: 10px;
margin-left: 1rem;
}
.dropdown-menu {
top: -0.7rem;
@ -37,6 +37,7 @@
.fa, .cptools {
margin-right: 1rem;
color: @colortheme_context-menu-icon-color;
width: 16px;
}
}
}