Added some help to the edit form.
This commit is contained in:
parent
896bc2064e
commit
ceeab5332e
3 changed files with 14 additions and 3 deletions
|
@ -28,4 +28,12 @@
|
|||
margin-right: 0.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
form .ui.form {
|
||||
.field {
|
||||
.attached-label > input, .attached-label > textarea {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
}
|
||||
}
|
Reference in a new issue