Skip to content

Commit

Permalink
Merge pull request #58 from opf/fix/remove-invalid-css-rule
Browse files Browse the repository at this point in the history
Remove invalid CSS rule for `input_width: :auto`
  • Loading branch information
apfohl authored Nov 28, 2023
2 parents abadfe4 + 97595a0 commit 5b103f3
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 5b103f3

Please sign in to comment.