1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-21 20:44:18 +00:00

🔧 Limit ConditionBadge width to 200px

This commit is contained in:
Stefano Pigozzi 2021-05-07 03:17:30 +02:00
parent c34caac724
commit 03e47ecc53
Signed by untrusted user who does not match committer: steffo
GPG key ID: 6965406171929D01

View file

@ -5,6 +5,9 @@
padding: 0 5px;
border-radius: 25px;
margin: 0 2px;
max-width: 200px;
overflow-x: hidden;
}
.ConditionBadgeRed {