mirror of
https://github.com/picocss/pico.git
synced 2025-04-21 00:56:14 -04:00
fix: form buttons width
This commit is contained in:
parent
058ab9dc0e
commit
30ebf59f4a
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@
|
||||||
|
|
||||||
// Blocks, 100%
|
// Blocks, 100%
|
||||||
input:not([type="checkbox"], [type="radio"]),
|
input:not([type="checkbox"], [type="radio"]),
|
||||||
|
button[type="submit"],
|
||||||
select,
|
select,
|
||||||
textarea {
|
textarea {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue