dashboards.less: Add column spacing to the welcome form formcontrols

This commit is contained in:
Yonas Habteab 2022-05-19 17:37:53 +02:00
parent 04495e6276
commit 76c97bb1d2

View File

@ -22,6 +22,7 @@
form { form {
display: flex; display: flex;
padding: 0 20em; padding: 0 20em;
column-gap: .5em;
justify-content: space-around; justify-content: space-around;
} }