Fix CSS formatting of tag history display to not overflow
Fixes https://jira.prod.coreos.systems/browse/QS-59
This commit is contained in:
parent
d32139292b
commit
17a0bc0fab
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