mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 02:48:26 +00:00
Allow to choose from existing tag categories
Also fixes a ui problem with a too long dropdown menu in the small modal popup when adding tags or custom fields in item detail view. Issue: #331
This commit is contained in:
@ -252,7 +252,12 @@ textarea.markdown-editor {
|
||||
.ui.modal.keep-small {
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
.ui.modal.keep-small .scrolling.content {
|
||||
min-height: 23rem;
|
||||
}
|
||||
.ui.modal.keep-small .scrolling.content .menu.transition.visible {
|
||||
max-height: 11rem;
|
||||
}
|
||||
|
||||
label span.muted {
|
||||
font-size: smaller;
|
||||
|
Reference in New Issue
Block a user