mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
fixed issue with overflowing text in small screen for FilePreview
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div @keydown.esc="closeOverlays" tabindex="-1">
|
||||
<div @keydown.esc="closeOverlays" tabindex="-1" class="min-w-[320px]">
|
||||
<!--UI components-->
|
||||
<Alert />
|
||||
<ToasterWrapper />
|
||||
|
||||
Reference in New Issue
Block a user