1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-17 21:26:22 -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

View File

@@ -1,3 +1,7 @@
.wrapper {
display: inline-block;
}
.image {
align-content: center;
margin-right: 5px;