paperless-ngx/src-ui/src/app/components/document-comments/document-comments.component.scss
Michael Shamoon bf1f65dc89 Rework comment UI
Add error popups, text field validation, move form, move comment header to footer, updated styling
2022-08-23 19:20:08 -07:00

10 lines
126 B
SCSS

.card-body {
max-height: 12rem;
overflow: scroll;
white-space: pre-wrap;
}
.card:hover .fade {
opacity: 1;
}