diff options
author | Cloud Dumper <clouddumper@gmail.com> | 2012-01-19 15:14:24 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-01-20 01:14:21 +0100 |
commit | 6ccb1187df3c56db4b2b716f4ae03c96ee6067fa (patch) | |
tree | 848556e92087189cfa5b74e1e106a92f2054bbca /apps/media/templates | |
parent | d12afe05419c840f6f9eb465b227c25c3d4755f9 (diff) | |
download | nextcloud-server-6ccb1187df3c56db4b2b716f4ae03c96ee6067fa.tar.gz nextcloud-server-6ccb1187df3c56db4b2b716f4ae03c96ee6067fa.zip |
Don't wrap collection cells.
This change makes sure cells are never wrapped.
If the text is too big for the column, ellipsis is
used instead.
Diffstat (limited to 'apps/media/templates')
-rw-r--r-- | apps/media/templates/music.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/media/templates/music.php b/apps/media/templates/music.php index 7764a315a8f..3959d989472 100644 --- a/apps/media/templates/music.php +++ b/apps/media/templates/music.php @@ -42,7 +42,9 @@ <tbody> <tr class="template"> <td class="artist"><a></a></td> + <td class="artist-expander"><a></a></td> <td class="album"><a></a></td> + <td class="album-expander"><a></a></td> <td class="title"><a></a></td> </tr> </tbody> |