Skip to content

Commit

Permalink
Safari mast form fieldset layout fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rado committed May 12, 2023
1 parent a9ed2d2 commit 5875659
Show file tree
Hide file tree
Showing 15 changed files with 617 additions and 611 deletions.
11 changes: 7 additions & 4 deletions components/form/form.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/form/form.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions components/form/form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -659,12 +659,15 @@ _::-webkit-full-page-media,
_:future,
:root .n-form.n-form--mast fieldset {
display: block;
grid-column: 1/3;
}

_::-webkit-full-page-media,
_:future,
:root .n-form.n-form--mast fieldset legend {
width: calc(50% - .5em);
float: inline-start;
margin: 0;
}

_::-webkit-full-page-media,
Expand Down
2 changes: 1 addition & 1 deletion dist/niui.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/niui.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/niui.min.css.size
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14300
14216
2 changes: 1 addition & 1 deletion dist/niui.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/niui.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/niui.min.js.size
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12529
12500
Loading

0 comments on commit 5875659

Please sign in to comment.