[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:
Alain Nussbaumer
2023-07-09 00:25:06 +02:00
parent 0a072c7889
commit 5c573f7138
10 changed files with 235 additions and 233 deletions

View File

@@ -85,7 +85,7 @@ export default {
ContentWithHeading,
ControlDropdown,
ListAlbums,
ModalDialogArtist,
ModalDialogArtist
},
beforeRouteEnter(to, from, next) {

View File

@@ -89,7 +89,7 @@ export default {
ControlDropdown,
IndexButtonList,
ListArtists,
TabsMusic,
TabsMusic
},
beforeRouteEnter(to, from, next) {

View File

@@ -193,7 +193,7 @@ export default {
SettingsCheckbox,
SettingsIntfield,
SettingsTextfield,
TabsSettings,
TabsSettings
},
computed: {