Embiggen the write data form
parent
93abd22046
commit
e9355d8a61
|
@ -33,7 +33,7 @@ const WriteDataBody = ({
|
|||
ref={fileInput}
|
||||
accept="text/*, application/gzip"
|
||||
/>
|
||||
<button className="btn btn-sm btn-primary" onClick={handleFileOpen}>
|
||||
<button className="btn btn-md btn-primary" onClick={handleFileOpen}>
|
||||
{uploadContent ? 'Upload a Different File' : 'Upload a File'}
|
||||
</button>
|
||||
{uploadContent
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
$write-data--max-width: 960px;
|
||||
$write-data--gutter: 30px;
|
||||
$write-data--margin: 18px;
|
||||
$write-data--input-height: 120px;
|
||||
$write-data--input-height: 80vh;
|
||||
$write-data--transition: opacity 0.4s ease;
|
||||
|
||||
.write-data-form {
|
||||
|
|
Loading…
Reference in New Issue