UX: fix profile button spacing (#14375)

This commit is contained in:
Kris 2021-09-20 12:21:04 -04:00 committed by GitHub
parent 4a4881613b
commit 78481832a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -216,10 +216,6 @@
list-style-type: none;
margin-top: 0;
}
.btn {
margin-bottom: 10px;
}
}
&.collapsed-info {

View File

@ -213,6 +213,10 @@ table.user-invite-list {
float: right;
max-width: 13.5em;
li {
margin-bottom: 0.5em;
}
li > .select-kit-header, // select-kit
.btn {
min-width: 9.5em;