fix: spoiler summary overflows it's parent (#2502)
This commit is contained in:
parent
a208f1f5e0
commit
14cb17c227
@ -804,10 +804,9 @@
|
|||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
background-color: mc('grey', '50');
|
background-color: mc('grey', '50');
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
height: 40px;
|
display: list-item;
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0 1rem;
|
padding: 0.4rem 1rem;
|
||||||
transition: background-color .4s ease;
|
transition: background-color .4s ease;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
|
Loading…
Reference in New Issue
Block a user