9 lines
123 B
SCSS

// For cutomizing the form elements
textarea {
height: 12em;
}
span.force-inline-label label {
display: inline;
}