fix broken material icons button

This commit is contained in:
Laura Klünder 2017-12-22 18:10:57 +01:00
parent 1d73419ebd
commit e68ebd52e9

View file

@ -922,3 +922,6 @@ button + button {
.green {
color: #28b62c;
}
.material-icons {
text-transform: none !important;
}