FIX: prevents remove user btn to overflow parent (#6329)

This commit is contained in:
Joffrey JAFFEUX 2018-08-29 10:11:44 +02:00 committed by GitHub
parent 26f17150e1
commit 1281fb964e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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%;
}
}
}