fix: prevent expand button to shrink (#1245)

This commit is contained in:
Alessandro
2023-03-20 16:24:58 +01:00
committed by GitHub
parent 765b311a08
commit db931c12be

View File

@@ -62,6 +62,7 @@ export default css`
padding: var(--sl-spacing-x-small);
width: 1rem;
height: 1rem;
flex-shrink: 0;
cursor: pointer;
}