Small UI fix
This commit is contained in:
parent
718610c3fb
commit
6629b834fd
@ -174,6 +174,11 @@ label {
|
||||
}
|
||||
#areas .area .section {
|
||||
margin: 8px 16px;
|
||||
margin-top: 12px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
#areas .area .section:last-child {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
#areas .area .section .create {
|
||||
display: grid;
|
||||
|
@ -91,6 +91,12 @@
|
||||
|
||||
.section {
|
||||
margin: 8px 16px;
|
||||
margin-top: 12px;
|
||||
margin-bottom: 20px;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.create {
|
||||
display: grid;
|
||||
|
Loading…
Reference in New Issue
Block a user