]> git.ipfire.org Git - ipfire.org.git/commitdiff
wiki: Adjust width of label for changes box
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 4 Dec 2018 15:38:34 +0000 (15:38 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 4 Dec 2018 15:38:34 +0000 (15:38 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/wiki/edit.html

index 7ab3943a502e7e61308a9d724aa83cf166e73167..e96588b3d8d3e2812067860408028763c2d71789 100644 (file)
@@ -28,8 +28,8 @@
                                </div>
 
                                <div class="form-group row">
-                                       <label class="col-sm-3 col-form-label">{{ _("What has changed?") }}</label>
-                                       <div class="col-sm-9">
+                                       <label class="col-sm-4 col-form-label">{{ _("What has changed?") }}</label>
+                                       <div class="col-sm-8">
                                                <input type="text" class="form-control" name="changes" required>
                                        </div>
                                </div>