If I have form input which label --> I cannot reduce the size of the label.
In this example fontSize will not be applied:
<Form.Input label="Username" style={{fontSize: '10px'}} />
Does someone has an idea about how to solve the issue?
Can you try this simple way to apply css on any component.
.inputCls {
font-size: 10px !important;
}
<Form.Input label="Username" className="inputCls" />
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With