Skip to content

Commit

Permalink
changed admin editpage template, see issue #231 .
Browse files Browse the repository at this point in the history
  • Loading branch information
JuKu committed Sep 20, 2018
1 parent 52b0390 commit de545c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/admin/pages/editpage.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<label for="inputOGDescription" class="col-sm-4 control-label">OpenGraph Description</label>

<div class="col-sm-8" style="padding-bottom: 20px;">
<textarea name="og_description" id="inputOGDescription" rows="3" cols="50" required="required">{$page.og_description}</textarea>
<textarea name="og_description" id="inputOGDescription" rows="3" cols="50" style="witdth: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; " required="required">{$page.og_description}</textarea>
</div>
</div>

Expand Down

0 comments on commit de545c4

Please sign in to comment.