mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Fix icons sometimes cut off in certain browsers
This commit is contained in:
parent
e4909c3133
commit
eb611b2c41
@ -51,8 +51,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.metadata-icon {
|
.metadata-icon {
|
||||||
width: 0.8rem;
|
width: 1.0rem;
|
||||||
height: 0.8rem;
|
height: 1.0rem;
|
||||||
|
padding: 0.05rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-score {
|
.search-score {
|
||||||
|
@ -53,8 +53,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.metadata-icon {
|
.metadata-icon {
|
||||||
width: 0.8rem;
|
width: 1.0rem;
|
||||||
height: 0.8rem;
|
height: 1.0rem;
|
||||||
|
padding: 0.05rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user