mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-01 16:54:59 +02:00
Fix:Long library names overflow #858
This commit is contained in:
parent
6244909332
commit
3b4ac3a230
5 changed files with 18 additions and 14 deletions
|
@ -14,7 +14,8 @@ module.exports = {
|
|||
'text-green-500',
|
||||
'py-1.5',
|
||||
'bg-info',
|
||||
'px-1.5'
|
||||
'px-1.5',
|
||||
'min-w-5'
|
||||
],
|
||||
},
|
||||
theme: {
|
||||
|
@ -36,11 +37,14 @@ module.exports = {
|
|||
'32': '8rem',
|
||||
'40': '10rem',
|
||||
'48': '12rem',
|
||||
'52': '13rem',
|
||||
'64': '16rem',
|
||||
'80': '20rem'
|
||||
},
|
||||
minWidth: {
|
||||
'5': '1.25rem',
|
||||
'6': '1.5rem',
|
||||
'10': '2.5rem',
|
||||
'12': '3rem',
|
||||
'16': '4rem',
|
||||
'20': '5rem',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue