From: SuperBFG7 Date: Sun, 22 Apr 2018 16:59:05 +0000 (+0200) Subject: Merge remote-tracking branch 'eb041592/queue_nowrap' X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=d08092b069faa15752cba87ecbe7b5dc668ff9ee;p=ympd.git Merge remote-tracking branch 'eb041592/queue_nowrap' --- d08092b069faa15752cba87ecbe7b5dc668ff9ee diff --cc htdocs/css/mpd.css index ea9bb64,cf908b5..c70c9c0 --- a/htdocs/css/mpd.css +++ b/htdocs/css/mpd.css @@@ -66,12 -83,18 +89,20 @@@ td:nth-last-child(2), th:nth-last-child } #salamisandwich td:nth-child(2) span { - font-style:italic; - font-size:90%; + font-style: italic; + font-size: 90%; + + display: block; } + td:nth-child(2), td:nth-last-child(3) { + max-width: 0; + + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + } + tbody { cursor: pointer; }