1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Reduce padding

This commit is contained in:
Jorik Schellekens
2020-04-29 15:29:25 +01:00
parent 37e8dc0477
commit 6c3e3161de

View File

@@ -27,6 +27,7 @@ $right-padding: 5px;
display: flex;
flex-direction: row;
align-items: flex-start;
padding-top: 0;
> * {
margin-right: $right-padding;