1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

Fixed: Misaligned table border

Closes #5456
This commit is contained in:
Mark McDowall
2023-03-05 18:58:57 -08:00
parent 622e36de96
commit aa938d911b
5 changed files with 26 additions and 26 deletions
@@ -12,7 +12,7 @@ interface CssExports {
'rejected': string;
'sceneMapping': string;
'size': string;
'title': string;
'titleContent': string;
}
export const cssExports: CssExports;
export default cssExports;