File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11@import ' variables' ;
22
33.audit-log-filters {
4- .select2-container {
4+ .form-group-horizontal .actions , . select2-container {
55 height : 37px ;
66 margin : 4px 0px ;
7+ }
78
9+ .select2-container {
810 .selection {
911 .select2-selection {
1012 border-color : $muted-graphic ;
1820 }
1921 }
2022 }
23+
24+ .form-group-horizontal {
25+ .actions {
26+ .button {
27+ height : 100% ;
28+ margin : 0 ;
29+ }
30+ }
31+ }
2132}
Original file line number Diff line number Diff line change @@ -20,23 +20,17 @@ select.form-element {
2020 }
2121
2222 & > .form-group {
23- margin : 0 0 1 em 0 ;
23+ margin : 0.5 em 0 ;
2424
2525 @media screen and (min-width : $screen-md ) {
26- margin : 0 1 em 0 0 ;
26+ margin : 0 0.5 em ;
2727 flex : 1 ;
2828 }
2929 }
3030
3131 & > .actions {
3232 display : flex ;
3333 align-items : flex-end ;
34- margin-bottom : 4px ; // to match bottom margin on .form-element
35-
36- button , input [type = " submit" ] {
37- margin : unset ;
38- padding : 9.5px 12px ; // because for some reason it has to be 9.5px to match .form-elements' height
39- }
4034 }
4135}
4236
You can’t perform that action at this time.
0 commit comments