fix for inline button width

This commit is contained in:
Andrei Dyldin 2022-08-14 01:04:30 +03:00 committed by GitHub
parent 8b63a5b6dd
commit a6998d1c98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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%;