Merge pull request #1414 from coreos-inc/smalluifix

Fix overflow of tag names in the tags view
This commit is contained in:
josephschorr 2016-04-28 14:40:53 -04:00
commit 23b5edba9b
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;