59695: Gear style fix

This commit is contained in:
Kristof De Langhe
2019-02-11 16:06:50 +01:00
parent 38e9d55388
commit 10f3e985f1

View File

@@ -0,0 +1,8 @@
:host {
.dropdown-toggle::after {
display: none;
}
.dropdown-item {
padding-left: 20px;
}
}