Skip to content

Commit

Permalink
Fix invalid CSS rule for input_width: :auto
Browse files Browse the repository at this point in the history
  • Loading branch information
HDinger committed Nov 28, 2023
1 parent 8705a90 commit 97595a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/metal-hounds-behave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@openproject/primer-view-components': patch
---

Fix invalid CSS rule for `input_width: :auto`
2 changes: 1 addition & 1 deletion app/components/primer/alpha/text_field.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
/* widths */
@define-mixin FormControl-input-width {
&.FormControl-input-width--auto {
max-width: auto;
width: auto;
}

&.FormControl-input-width--small {
Expand Down

0 comments on commit 97595a0

Please sign in to comment.