FIX: prevents remove user btn to overflow parent (#6329)
This commit is contained in:
parent
26f17150e1
commit
1281fb964e
|
@ -393,6 +393,9 @@ aside.quote {
|
|||
justify-content: center;
|
||||
box-sizing: border-box;
|
||||
border-radius: 0 0.25em 0.25em 0;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue