Fix CSS formatting of tag history display to not overflow

Fixes https://jira.prod.coreos.systems/browse/QS-59
This commit is contained in:
Joseph Schorr 2017-11-13 16:37:57 -05:00
parent d32139292b
commit 17a0bc0fab

View file

@ -242,13 +242,10 @@
padding-right: 6px;
color: black;
cursor: default;
}
.repo-tag-history-element .history-entry .tag-span span {
max-width: 150px;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: middle;
}
.repo-tag-history-element .history-entry .tag-span.checked {