plotly / dash-daq

Control components for Dash
MIT License
141 stars 40 forks source link

StopButton doesn't resize automatically with the buttonText size #6

Open Bachibouzouk opened 6 years ago

Bachibouzouk commented 6 years ago

stopbutton

This is the code I used to get the image above

    import dash_daq as daq
    daq.StopButton(id='source-choice-trigger',buttonText='Choose source')