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:
parent
c34caac724
commit
03e47ecc53
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
|||
padding: 0 5px;
|
||||
border-radius: 25px;
|
||||
margin: 0 2px;
|
||||
|
||||
max-width: 200px;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.ConditionBadgeRed {
|
||||
|
|
Loading…
Reference in a new issue