bottom margin for inline buttons

This commit is contained in:
Andrei Dyldin 2022-08-14 11:33:31 +03:00 committed by GitHub
parent a6998d1c98
commit 9156f2d10b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -294,8 +294,8 @@ select:invalid {
opacity: 1; opacity: 1;
} }
// Margin bottom (Not Checkboxes and Radios) // Margin bottom (Not Checkboxes and Radios and Inline Buttons)
input:not([type="checkbox"]):not([type="radio"]), input:not([type="checkbox"]):not([type="radio"]):not([role="button"]),
select, select,
textarea { textarea {
margin-bottom: var(--spacing); margin-bottom: var(--spacing);