Browse Source

css: should not reset fieldset style, close: #4090

pull/4105/head
Benjy Cui 8 years ago
parent
commit
01dbcbe4af
  1. 7
      components/form/style/mixin.less

7
components/form/style/mixin.less

@ -40,13 +40,6 @@
// -----------------------------
// Based on Bootstrap framework
.reset-form() {
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0;
}
legend {
display: block;
width: 100%;

Loading…
Cancel
Save