Merge pull request #2911 from coreos-inc/joseph.schorr/QS-59/tag-history-width

Fix CSS formatting of tag history display to not overflow
This commit is contained in:
josephschorr 2017-11-13 16:40:14 -05:00 committed by GitHub
commit 5e5142a4d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {