Fix overflow of tag names in the tags view

Fixes #1405
This commit is contained in:
Joseph Schorr 2016-04-28 14:28:54 -04:00
parent 9e88b1413d
commit 3d7e514aa3
3 changed files with 38 additions and 10 deletions

View file

@ -118,6 +118,19 @@
color: black;
}
.arepo-panel-tags-element .tag-span {
overflow: hidden;
text-overflow: ellipsis;
max-width: 250px;
display: inline-block;
}
@media (max-width: 1000px) {
.repo-panel-tags-element .image-track {
display: none;
}
}
@media (max-width: 767px) {
.repo-panel-tags-element .tag-span {
overflow: hidden;