1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00

Prevent line wraps on mobile for ratings

This commit is contained in:
Bogdan
2024-09-24 02:53:11 +03:00
parent f735e31835
commit 66a6a663ba
12 changed files with 24 additions and 4 deletions
+1
View File
@@ -2,6 +2,7 @@
// Please do not change this file!
interface CssExports {
'image': string;
'wrapper': string;
}
export const cssExports: CssExports;
export default cssExports;