diff options
Diffstat (limited to 'public/stylesheets/application.css')
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 203774a8a..41e9ec4ec 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -841,7 +841,7 @@ input#months { width: 46px; } overflow: initial; } -.tabular.settings p{ padding-left: 300px; } +.tabular.settings > p{ padding-left: 300px; } .tabular.settings label{ margin-left: -300px; width: 295px; } .tabular.settings textarea, .tabular.settings .wiki-preview, .tabular.settings .jstTabs { width: 99%; } |