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:
commit
5e5142a4d1
1 changed files with 1 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue