fixed linting

This commit is contained in:
FezVrasta 2016-08-02 21:10:05 +02:00
parent 2a2e8856ee
commit 394cb6113d

View File

@ -57,6 +57,8 @@
// https://www.google.com/design/spec/components/menus.html#menus-specs
.dropdown-item {
// used to properly size the ripple container
position: relative;
display: flex;
flex-flow: row wrap;
@ -118,4 +120,3 @@
}
}
}