mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
fixed issue with overflowing text in small screen for FilePreview
This commit is contained in:
8
tailwind.config.js
vendored
8
tailwind.config.js
vendored
@@ -8,6 +8,14 @@ module.exports = {
|
||||
debugScreens: {
|
||||
position: ['bottom', 'right'],
|
||||
},
|
||||
screens: {
|
||||
'xs': '420px',
|
||||
'sm': '640px',
|
||||
'md': '768px',
|
||||
'lg': '1024px',
|
||||
'xl': '1280px',
|
||||
'2xl': '1536px',
|
||||
},
|
||||
/*textColor: {
|
||||
'green': '#0ABB87',
|
||||
'red': '#fd397a',
|
||||
|
||||
Reference in New Issue
Block a user