Remove row and column divs in debate/proposal form
We don't need any row classes anymore because the <body> already has a maximum width. As for columns, we only have one column in this form, so we don't need them either. Besides, the form's parent element already has a padding.
This commit is contained in:
13
app/assets/stylesheets/debates/form.scss
Normal file
13
app/assets/stylesheets/debates/form.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
.debate-form {
|
||||
|
||||
.globalize-languages,
|
||||
.translatable-fields {
|
||||
@include grid-row-nest;
|
||||
@include grid-column-gutter;
|
||||
}
|
||||
|
||||
.sdg-related-list-selector {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user