fix(ui): enhance external link display with consistent minimum heights

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan
2025-05-26 18:21:55 -04:00
parent 5050250902
commit 030710afa9
2 changed files with 10 additions and 1 deletions
+1
View File
@@ -29,6 +29,7 @@ const useStyles = makeStyles(
float: 'left',
wordBreak: 'break-word',
cursor: 'pointer',
minHeight: '4.5em',
},
content: {
flex: '1 0 auto',