fengyuanchen/pickerjs

Font Size Small On Bootstrap 3.3

cyberzilla opened this issue · 2 comments

how to fix it, i get pickerjs small size on bootstrap 3.3

Screenshot (1)

I got same bug, how do you resolved it ?

Just override the built-in font size:

.picker {
  /* font-size: 1rem; */
  font-size: 16px;
}