fix padding buttons overlay

This commit is contained in:
Audric Ackermann 2020-01-31 13:47:29 +11:00
parent 9f1812e5da
commit d8f83a1124
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4
1 changed files with 2 additions and 2 deletions

View File

@ -308,8 +308,8 @@ $session-compose-margin: 20px;
.session-button {
width: fit-content;
margin-top: auto;
margin-bottom: 16px;
margin-top: 1rem;
margin-bottom: 1rem;
flex-shrink: 0;
}
}