Fixed tags display on grid view

This commit is contained in:
Nicolas Lœuillet
2017-05-29 10:59:30 +02:00
parent 21242a02a1
commit 812c980fa5
5 changed files with 74 additions and 23 deletions

View File

@ -30,3 +30,23 @@ nav .input-field input {
.tab {
flex: 1;
}
.chip {
margin: auto 0;
border-radius: 4px;
background-color: #eee;
font-weight: normal;
height: 20px;
line-height: normal;
a {
color: #9e9e9e;
}
i.material-icons {
float: right;
font-size: 16px;
line-height: 32px;
padding-left: 8px;
}
}