1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 16:07:34 +02:00

Mail settings: Only show necessary fields (#1169)

This commit is contained in:
Franz Liedke
2019-03-15 17:54:14 +01:00
parent 1229d1db71
commit 1578dfe0e3
2 changed files with 35 additions and 30 deletions

View File

@@ -29,6 +29,10 @@
margin-bottom: 7px;
}
.Select {
display: block;
}
:last-child {
margin-bottom: 0;
}