mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-11 10:00:48 -05:00
Merge pull request #766 from shamoon/fix/additional-card-info-icons-fix
Fix additional card info icons sometimes cut off in certain browsers
This commit is contained in:
commit
7725973b62
src-ui/src/app/components/document-list
document-card-large
document-card-small
@ -51,8 +51,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.metadata-icon {
|
.metadata-icon {
|
||||||
width: 0.8rem;
|
width: 0.9rem;
|
||||||
height: 0.8rem;
|
height: 0.9rem;
|
||||||
|
padding: 0.05rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-score {
|
.search-score {
|
||||||
|
@ -53,8 +53,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.metadata-icon {
|
.metadata-icon {
|
||||||
width: 0.8rem;
|
width: 0.9rem;
|
||||||
height: 0.8rem;
|
height: 0.9rem;
|
||||||
|
padding: 0.05rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user