From 17a0bc0fabe67ccb9cbf83603f7d5b4d2f3f2c07 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Mon, 13 Nov 2017 16:37:57 -0500 Subject: [PATCH] Fix CSS formatting of tag history display to not overflow Fixes https://jira.prod.coreos.systems/browse/QS-59 --- static/css/directives/ui/repo-tag-history.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/static/css/directives/ui/repo-tag-history.css b/static/css/directives/ui/repo-tag-history.css index b53032c44..6731f6af1 100644 --- a/static/css/directives/ui/repo-tag-history.css +++ b/static/css/directives/ui/repo-tag-history.css @@ -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 {