UX: fix profile button spacing (#14375)
This commit is contained in:
parent
4a4881613b
commit
78481832a4
|
@ -216,10 +216,6 @@
|
|||
list-style-type: none;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.btn {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
&.collapsed-info {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue