1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

Fixed Misaligned table border

(cherry picked from commit aa938d911b61b08185dc57a0887f3f33e3c6e1f2)

Closes #8176
This commit is contained in:
Mark McDowall
2023-03-05 18:58:57 -08:00
committed by Bogdan
parent 3468f1144d
commit 4e3535f1fe
4 changed files with 14 additions and 14 deletions
@@ -19,7 +19,7 @@ interface CssExports {
'quality': string;
'rejected': string;
'size': string;
'title': string;
'titleContent': string;
}
export const cssExports: CssExports;
export default cssExports;