Allow providing values for custom fields in item detail

This commit is contained in:
Eike Kettner
2020-11-19 23:37:00 +01:00
parent e90f65f941
commit 4059ef31c1
6 changed files with 699 additions and 21 deletions

View File

@ -235,6 +235,17 @@ textarea.markdown-editor {
background-color: aliceblue;
}
.default-layout .ui.action.input .elm-datepicker--container {
width: 100%;
}
.default-layout .ui.action.input .elm-datepicker--container input.elm-datepicker--input {
width: 100%;
padding-left: 2.67142857em;
padding-right: 1em;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ui.dimmer.keep-small {
justify-content: start;
}