mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fix image upload modal dropzone overflow (#20102)
GitOrigin-RevId: 8caf4e631056ed00b167cff8a6cccea0e0ff8ae7
This commit is contained in:
parent
284a8256d4
commit
27e558b484
1 changed files with 2 additions and 0 deletions
|
@ -397,6 +397,7 @@
|
|||
padding: 0;
|
||||
table {
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
td {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
@ -538,5 +539,6 @@
|
|||
|
||||
.uppy-Dashboard-AddFiles-title {
|
||||
width: 26em; // sized to create a wrap between the sentences
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue