Skip to content
Snippets Groups Projects
Commit 566e0a77 authored by Yamagishi Kazutoshi's avatar Yamagishi Kazutoshi Committed by Matt Jankowski
Browse files

Improve style for form in site settings (#2796)

parent 11077af5
No related branches found
No related tags found
No related merge requests found
...@@ -9,12 +9,6 @@ code { ...@@ -9,12 +9,6 @@ code {
margin: 0 auto; margin: 0 auto;
} }
.admin {
input, textarea {
width: 100%;
}
}
.simple_form { .simple_form {
.input { .input {
margin-bottom: 15px; margin-bottom: 15px;
......
- content_for :page_title do - content_for :page_title do
= t('admin.settings.title') = t('admin.settings.title')
= form_tag(admin_settings_path, method: :put) do = form_tag(admin_settings_path, method: :put, class: 'simple_form', style: 'max-width: 100%') do
%table.table %table.table
%thead %thead
%tr %tr
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment