allow margin on last form-group element
This commit is contained in:
parent
ea2ae57460
commit
7bdfa45963
1 changed files with 0 additions and 5 deletions
|
@ -353,7 +353,6 @@ pre code.hljs {
|
||||||
|
|
||||||
&.btn--table {
|
&.btn--table {
|
||||||
padding: 4px 9px;
|
padding: 4px 9px;
|
||||||
font-weight: 300;
|
|
||||||
border: none;
|
border: none;
|
||||||
margin: 5px 6px 0;
|
margin: 5px 6px 0;
|
||||||
vertical-align: baseline; /* calendar_subscriptions.jst.eco */
|
vertical-align: baseline; /* calendar_subscriptions.jst.eco */
|
||||||
|
@ -1208,10 +1207,6 @@ https://stackoverflow.com/questions/17408815/fieldset-resizes-wrong-appears-to-h
|
||||||
|
|
||||||
fieldset > .form-group {
|
fieldset > .form-group {
|
||||||
padding: 0 4px;
|
padding: 0 4px;
|
||||||
|
|
||||||
&:last-child {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-group {
|
.form-group {
|
||||||
|
|
Loading…
Reference in a new issue