add separator before the optional inputs dropdown

This commit is contained in:
Jakob Ketterl
2021-02-23 19:23:54 +01:00
parent 4e32d724c4
commit f9772faa6f
3 changed files with 6 additions and 1 deletions

View File

@ -5,6 +5,10 @@ html, body {
height: unset;
}
hr {
background: gray;
}
.buttons {
text-align: right;
}