Files
nairobi/app/assets/stylesheets/sdg_management/relations/edit.scss
taitus c052e907eb Prepare related list component to add on front pages
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.
2021-01-22 12:42:51 +01:00

7 lines
76 B
SCSS

.sdg-relations-edit {
.sdg-related-list-selector {
padding: 0;
}
}