Use css overflow on genres/artists/album select boxes instead

of truncating the text
This commit is contained in:
Anders Betnér
2006-04-22 21:06:34 +00:00
parent 15e6302fc0
commit 83e20a2824
2 changed files with 5 additions and 6 deletions

View File

@@ -3,6 +3,7 @@
#genre_div select, #artist_div select, #album_div select {
font: icon;
width: 30ex;
overflow: hidden;
}
#source_div select {
font: icon;