Select UI display wrong

2018-09-24_11-06-31.png

I use “Select” widget in my project. in Chrome, no problem, in internet explorer, the display is wrong. Can someone share any ideas? thanks

Is this an issue from Bokeh?

···

On Monday, September 24, 2018 at 1:59:15 PM UTC-6, peng wang wrote:

2018-09-24_11-06-31.png

I use “Select” widget in my project. in Chrome, no problem, in internet explorer, the display is wrong. Can someone share any ideas? thanks

This issue is associated with CSS, please refer to the following code:
.bk-root .bk-widget-form-input {

display: inline-flex;

padding-top: 0px !important;

padding-bottom: 0px !important;

padding-left: 0px !important;

padding-right: 0px !important;

}

``

···

On Monday, September 24, 2018 at 2:47:11 PM UTC-6, peng wang wrote:

Is this an issue from Bokeh?

On Monday, September 24, 2018 at 1:59:15 PM UTC-6, peng wang wrote:

2018-09-24_11-06-31.png

I use “Select” widget in my project. in Chrome, no problem, in internet explorer, the display is wrong. Can someone share any ideas? thanks