Fix collapsible section button styling

This commit is contained in:
James Lyne 2021-05-28 14:43:07 +01:00
parent af843cb536
commit eadca7acc8

View File

@ -286,6 +286,7 @@ export default defineComponent({
background-color: transparent; background-color: transparent;
color: inherit; color: inherit;
width: calc(100% + 3rem); width: calc(100% + 3rem);
align-items: center;
.svg-icon { .svg-icon {
margin-left: auto; margin-left: auto;