mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 12:53:00 -05:00
Use css overflow on genres/artists/album select boxes instead
of truncating the text
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#genre_div select, #artist_div select, #album_div select {
|
||||
font: icon;
|
||||
width: 30ex;
|
||||
overflow: hidden;
|
||||
}
|
||||
#source_div select {
|
||||
font: icon;
|
||||
|
||||
Reference in New Issue
Block a user