mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-11 17:51:34 -04:00
Reduces the width of the file input to prevent overflow
This commit is contained in:
parent
b82af40735
commit
a7cd51ffba
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@
|
|||
<h2 data-l10n-id="pad.importExport.import"></h2><br>
|
||||
<form id="importform" method="post" action="" target="importiframe" enctype="multipart/form-data">
|
||||
<div class="importformdiv" id="importformfilediv">
|
||||
<input type="file" name="file" size="15" id="importfileinput">
|
||||
<input type="file" name="file" size="10" id="importfileinput">
|
||||
<div class="importmessage" id="importmessagefail"></div>
|
||||
</div>
|
||||
<div id="import"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue