1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-13 18:02:32 +03:00

Use smaller top margin for selectors

This commit is contained in:
Jorik Schellekens
2020-06-15 12:06:40 +01:00
parent 2617ce5dd5
commit 3b1f0db3e1

View File

@@ -59,7 +59,7 @@ limitations under the License.
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;
margin-top: 13px; margin-top: 4px;
margin-bottom: 30px; margin-bottom: 30px;
> .mx_RadioButton { > .mx_RadioButton {