mirror of
https://github.com/picocss/pico.git
synced 2025-05-04 22:57:12 -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%
|
||||
input:not([type="checkbox"]):not([type="radio"]),
|
||||
input:not([type="checkbox"]):not([type="radio"]):not([role="button"]),
|
||||
select,
|
||||
textarea {
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue