From aaae0e10e435f5188f3ad9bb581e8dcd227dd3f6 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Thu, 25 Sep 2014 14:12:54 -0400 Subject: [PATCH] admin_pages: widen page title field --- admin_pages.html | 2 +- style.less | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/admin_pages.html b/admin_pages.html index 416e1f5..55eed7d 100644 --- a/admin_pages.html +++ b/admin_pages.html @@ -271,7 +271,7 @@
Title
(This appears at the top of the page, in the window title-bar (by the close button) and as the headline/link of search engine results.)
-
+
Filename
(Careful: if you change this, be sure to update all links to this pagePlease use only a-z, 0-9 and _ (underscore) in your filename. Please, no capitals, punctuation or spaces.)
diff --git a/style.less b/style.less index c4bee38..19dcef3 100644 --- a/style.less +++ b/style.less @@ -240,3 +240,7 @@ div > :last-child, .last { margin-bottom: 0px; } +.wide_field { + box-sizing: border-box; + width: 100%; +} -- 1.7.10.4