mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 21:19:19 +00:00
ui fix
This commit is contained in:
parent
94fd9351c5
commit
d0ba3a0f38
@ -168,7 +168,7 @@
|
|||||||
<form action="" @submit.prevent="createFolder(event)">
|
<form action="" @submit.prevent="createFolder(event)">
|
||||||
<label for="settings-new-folder">New Folder</label>
|
<label for="settings-new-folder">New Folder</label>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input id="settings-new-folder" type="text" class="form-control" name="title">
|
<input id="settings-new-folder" type="text" class="form-control" name="title" required>
|
||||||
<div class="input-group-append">
|
<div class="input-group-append">
|
||||||
<button class="btn btn-outline-secondary" type="submit">Add</button>
|
<button class="btn btn-outline-secondary" type="submit">Add</button>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user