1
1
mirror of https://github.com/primer/css.git synced 2024-09-19 20:57:37 +03:00

Fix input-block in form-group (#1954)

* Fix input-block in form-group

* Create famous-masks-end.md
This commit is contained in:
simurai 2022-02-28 10:23:19 +09:00 committed by GitHub
parent 5353210fde
commit 30f29d3832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
"@primer/css": patch
---
Fix `input-block` in `form-group`

View File

@ -30,6 +30,7 @@
&.short { width: 250px; }
&.input-block,
&.long { width: 100%; }
}