From 1505f35b8e57ca873fd9a83f19186024a4ae58e2 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Wed, 17 Feb 2016 11:24:31 -0500 Subject: [PATCH] Fix changes overflow bug Fixes #1248 --- static/css/directives/repo-view/repo-panel-changes.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/static/css/directives/repo-view/repo-panel-changes.css b/static/css/directives/repo-view/repo-panel-changes.css index 8c4310a47..68c30eac4 100644 --- a/static/css/directives/repo-view/repo-panel-changes.css +++ b/static/css/directives/repo-view/repo-panel-changes.css @@ -31,4 +31,13 @@ display: inline-block; margin-left: 10px; min-width: 200px; +} + +.repo-panel-changes .multiselect-dropdown .tag-span { + white-space: nowrap; + max-width: 150px; + text-overflow: ellipsis; + overflow: hidden; + display: inline-block; + vertical-align: text-bottom; } \ No newline at end of file