1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +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 441ebacfd7
commit a21052c903
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;
}