Skip to content

Commit

Permalink
Improve css to display magnifier when input is full of characters
Browse files Browse the repository at this point in the history
  • Loading branch information
markusweigelt committed Oct 11, 2023
1 parent 77d8725 commit 89f942a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Kitodo/src/main/webapp/WEB-INF/resources/css/kitodo.css
Original file line number Diff line number Diff line change
Expand Up @@ -2984,6 +2984,10 @@ Column content
text-indent: unset;
}

#metadataAccordion\:metadata\:metadataTable_data .ui-selectlistbox-filter-container .ui-selectlistbox-filter {
padding-right: 26px;
}

#metadataAccordion\:metadata\:metadataTable_data .ui-selectoneradio {
display: inline-table;
}
Expand Down

0 comments on commit 89f942a

Please sign in to comment.