Apps might have a name that is too long to fit the 50px space that is available in the app menu (this is usually an issue with translations):

Just adjusting the width to fit doesn't work properly since this would mean that the app icons change position on hover:

I discussed this with @jancborchardt already where he proposed a flex layout where the app names would be a separate row of flex items, however this will also not work properly since then we can not detect the hover on the combined icon+text dom elements anymore.
Maybe someone of @nextcloud/designers has an idea how we could solve this in a sane and elegant way.
Apps might have a name that is too long to fit the 50px space that is available in the app menu (this is usually an issue with translations):
Just adjusting the width to fit doesn't work properly since this would mean that the app icons change position on hover:
I discussed this with @jancborchardt already where he proposed a flex layout where the app names would be a separate row of flex items, however this will also not work properly since then we can not detect the hover on the combined icon+text dom elements anymore.
Maybe someone of @nextcloud/designers has an idea how we could solve this in a sane and elegant way.