mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-11 06:20:17 -05:00
[web] Fix display of artists having a very long name
Artists with very long names do not overlap the rest of the UI.
This commit is contained in:
@@ -85,7 +85,7 @@ export default {
|
||||
ContentWithHeading,
|
||||
ControlDropdown,
|
||||
ListAlbums,
|
||||
ModalDialogArtist,
|
||||
ModalDialogArtist
|
||||
},
|
||||
|
||||
beforeRouteEnter(to, from, next) {
|
||||
|
||||
@@ -89,7 +89,7 @@ export default {
|
||||
ControlDropdown,
|
||||
IndexButtonList,
|
||||
ListArtists,
|
||||
TabsMusic,
|
||||
TabsMusic
|
||||
},
|
||||
|
||||
beforeRouteEnter(to, from, next) {
|
||||
|
||||
@@ -193,7 +193,7 @@ export default {
|
||||
SettingsCheckbox,
|
||||
SettingsIntfield,
|
||||
SettingsTextfield,
|
||||
TabsSettings,
|
||||
TabsSettings
|
||||
},
|
||||
|
||||
computed: {
|
||||
|
||||
Reference in New Issue
Block a user