Skip to content
Snippets Groups Projects
Commit 0d14e369 authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

Fix missing height/width on svgs in new survey css

parent 8760a546
No related branches found
No related tags found
No related merge requests found
@use '../main.scss'; @use '../main.scss';
// override missing height/width causing SVGs to be huge
.sd-element__title-expandable-svg {
height: 1.5rem;
width: 1.5rem;
margin-right: .5rem;
}
.sv-multipletext__cell { .sv-multipletext__cell {
padding: .5rem; padding: .5rem;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment