about summary refs log tree commit diff
path: root/hosted
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-10-19 23:14:35 +0200
committerEmile <hanemile@protonmail.com>2019-10-19 23:14:35 +0200
commit447bce27b160f19924ce988be1b97e32759546bc (patch)
treef4f02f21d5faafaf601957712667a6e7b6b03dda /hosted
parenta365a2d9b7e9ada993ee94c08926044a02aefd00 (diff)
full width button
Diffstat (limited to 'hosted')
-rw-r--r--hosted/edit_uuid.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosted/edit_uuid.html b/hosted/edit_uuid.html
index f0863f1..270f672 100644
--- a/hosted/edit_uuid.html
+++ b/hosted/edit_uuid.html
@@ -97,8 +97,8 @@
 			  </div>
 
 			  <div class="form-group row">
-				<div class="col-sm-10">
-				  <button type="submit" class="btn btn-primary float-right">Save changes</button>
+				<div class="col-sm-12">
+			      <button type="submit" class="btn btn-primary btn-lg btn-block">Save changes</button>
 				</div>
 			  </div>