You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dropdown and date picker styles are informed by the form-control class in Bootstrap. It would be good to support sizing of these like Bootstrap does through the form-control-sm and form-control-lg classes.
The best way to do this is likely by applying an additional class to a parent of the component in question. E.g. dash-bootstrap-sm.
The text was updated successfully, but these errors were encountered:
The dropdown and date picker styles are informed by the
form-control
class in Bootstrap. It would be good to support sizing of these like Bootstrap does through theform-control-sm
andform-control-lg
classes.The best way to do this is likely by applying an additional class to a parent of the component in question. E.g.
dash-bootstrap-sm
.The text was updated successfully, but these errors were encountered: