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 {
margin: 0 auto;
}
.admin {
input, textarea {
width: 100%;
}
}
.simple_form {
.input {
margin-bottom: 15px;
......
- content_for :page_title do
= 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
%thead
%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