Bug 1449804 - Part 2: Avoid overwrapping the label content of animation detail title. r=gl

MozReview-Commit-ID: EOAto87YjFP

--HG--
extra : rebase_source : 8137e23a8f15b4de0b26b916eb592a92523cbae1
This commit is contained in:
Daisuke Akatsuka 2018-04-10 07:34:36 +09:00
Родитель b715e36b8c
Коммит fa46acbfc3
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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;
}