mirror of
https://github.com/picocss/pico.git
synced 2025-05-05 07:07:11 -04:00
fix for inline button width
This commit is contained in:
parent
8b63a5b6dd
commit
a6998d1c98
1 changed files with 4 additions and 4 deletions
|
@ -133,7 +133,7 @@ fieldset legend {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Blocks, 100%
|
// Blocks, 100%
|
||||||
input:not([type="checkbox"]):not([type="radio"]),
|
input:not([type="checkbox"]):not([type="radio"]):not([role="button"]),
|
||||||
select,
|
select,
|
||||||
textarea {
|
textarea {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue