mirror of
				https://github.com/nkanaev/yarr.git
				synced 2025-10-29 22:29:59 +00:00 
			
		
		
		
	ui fix
This commit is contained in:
		| @@ -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> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user