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

@ -182,6 +182,23 @@ a.original:not(.waves-effect) {
ul.tools-list {
display: none;
}
.preview {
float: left;
width: 90px;
height: 50px;
img {
max-height: 50px;
padding-right: 10px;
width: 80px;
}
}
.domain,
.footer {
font-size: 12px;
}
}
.quickstart .card .card-action a,