From fa46acbfc307ff2491aaa04e63680fb0f4d5a70e Mon Sep 17 00:00:00 2001 From: Daisuke Akatsuka Date: Tue, 10 Apr 2018 07:34:36 +0900 Subject: [PATCH] Bug 1449804 - Part 2: Avoid overwrapping the label content of animation detail title. r=gl MozReview-Commit-ID: EOAto87YjFP --HG-- extra : rebase_source : 8137e23a8f15b4de0b26b916eb592a92523cbae1 --- devtools/client/themes/animation.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devtools/client/themes/animation.css b/devtools/client/themes/animation.css index 36d4b3c7a417..0cbdfd2267e1 100644 --- a/devtools/client/themes/animation.css +++ b/devtools/client/themes/animation.css @@ -349,6 +349,8 @@ select.playback-rate-selector.devtools-button:not(:empty):not(:disabled):not(.ch .animation-detail-title { flex: 1; + overflow: hidden; + text-overflow: ellipsis; white-space: nowrap; }