Merge pull request #446 from TeckniX/master

Added fix for tag display
This commit is contained in:
Jeffrey Morgan 2015-04-27 18:25:47 -04:00
Родитель 7d563d06d4 af3ed90280
Коммит 650470359f
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -122,6 +122,7 @@
overflow: auto; overflow: auto;
.image-item { .image-item {
display: flex; display: flex;
position: relative;
width: 320px; width: 320px;
height: 166px; height: 166px;
border-radius: 4px; border-radius: 4px;