]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/templates/nopaste/create.html
CSS: Replace btn-block with buttons wrapped in d-grid
[ipfire.org.git] / src / templates / nopaste / create.html
index b82fcb903b05a8f79b6884b4186f0f562379b172..719ba99da9aa01d79da4c32a8db129a2d351afbf 100644 (file)
@@ -69,7 +69,9 @@
                                </select>
                        </div>
 
-                       <button type="submit" class="btn btn-primary btn-block">{{ _("Upload") }}</button>
+                       <div class="d-grid">
+                               <button type="submit" class="btn btn-primary">{{ _("Upload") }}</button>
+                       </div>
                </form>
        </div>
 {% end block %}