To make it easier to add the component to the front pages forms and avoid introducing redundant classes we add the necessary padding (@include grid-column-gutter) to make it behave like the rest of the form fields. Note that for the sdg management section we set this value to 0.
7 lines
76 B
SCSS
7 lines
76 B
SCSS
.sdg-relations-edit {
|
|
|
|
.sdg-related-list-selector {
|
|
padding: 0;
|
|
}
|
|
}
|