paperless-ngx/src-ui/src/app/components/dashboard/widgets/saved-view-widget/saved-view-widget.component.scss

12 lines
132 B
SCSS

table {
overflow-wrap: anywhere;
table-layout: fixed;
}
th:first-child {
width: 25%;
}
tbody app-tag {
cursor: pointer;
}