We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824c5ef commit bb387f6Copy full SHA for bb387f6
src/demo/index.jsx
@@ -58,6 +58,7 @@ class Demo extends Component {
58
type="number"
59
value={numInputs}
60
onChange={this.handleChange}
61
+ min="0"
62
/>
63
</label>
64
</div>
src/demo/styles.css
@@ -112,6 +112,15 @@ input[type=number]::-webkit-outer-spin-button {
112
113
.margin-top--small {
114
margin-top: 1rem;
115
+ margin-bottom: -1rem;
116
+}
117
+
118
+.margin-top--small > div {
119
+ flex-wrap: wrap;
120
121
122
+.margin-top--small > div > div {
123
+ margin-bottom: 1rem;
124
}
125
126
.margin-top--medium {
0 commit comments