fix: set max-width 150px
This commit is contained in:
parent
3d17912bff
commit
1bfa2f256e
1 changed files with 1 additions and 1 deletions
|
|
@ -327,7 +327,7 @@ body[data-route^="Form"] {
|
|||
margin-right: var(--margin-xs);
|
||||
.data-pill {
|
||||
background-color: var(--subtle-fg);
|
||||
max-width: 250px;
|
||||
max-width: 150px;
|
||||
}
|
||||
display: inline-flex;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue