Skip to content

Commit

Permalink
fix(field): fix bugs with hints
Browse files Browse the repository at this point in the history
  • Loading branch information
Enlcxx committed Aug 31, 2021
1 parent b3f04ac commit d3eb625
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/field/field.ts
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ export const STYLES = (theme: ThemeVariables & LyFieldVariables, ref: ThemeRef)
max-width: 100%
overflow: hidden
justify-content: space-between
align-items: center
}
}`,
disabled: ( ) => lyl `{
Expand Down

0 comments on commit d3eb625

Please sign in to comment.