]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/templates/wiki/confirm-restore.html
CSS: Replace btn-block with buttons wrapped in d-grid
[ipfire.org.git] / src / templates / wiki / confirm-restore.html
index 5fce19f1b3b48f3af4d375733db553862b82f16c..d4c792b8963ea552bd4ef45f3d24d7f55d3c3451 100644 (file)
                                                        placeholder="{{ _("Comment") }}">
                                        </div>
 
-                                       <button type="submit" class="btn btn-warning btn-block">
-                                               {{ _("Restore") }}
-                                       </button>
+                                       <div class="d-grid">
+                                               <button type="submit" class="btn btn-warning">
+                                                       {{ _("Restore") }}
+                                               </button>
+                                       </div>
                                </form>
                        </div>
                </div>