1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-23 05:15:10 +02:00

Update margin and padding on fieldset to match other form elements

This commit is contained in:
Lee Garkusha
2019-10-02 06:15:32 -04:00
parent 40f0829b97
commit 8dcdb635f9
25 changed files with 39 additions and 18 deletions

View File

@@ -139,6 +139,9 @@ textarea:disabled {
fieldset {
border: 1px var(--focus) solid;
border-radius: 6px;
margin: 0;
margin-bottom: 6px;
padding: 10px;
}
legend {