make the name input bit smallet
This commit is contained in:
parent
a10a181543
commit
592de5661b
|
@ -36,7 +36,7 @@
|
||||||
<span class="form-input-label">
|
<span class="form-input-label">
|
||||||
files.blek.codes/
|
files.blek.codes/
|
||||||
</span>
|
</span>
|
||||||
<input type="text" name="filename" placeholder="file.txt"></input>
|
<input style="max-width:100px" type="text" name="filename" placeholder="file.txt"></input>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue