_tom-select.scss 166 字节
Newer Older
1 2
@import "~tom-select/src/scss/tom-select.bootstrap5.scss";

P
Paweł Kuna 已提交
3 4 5 6
.ts-input {
  color: inherit;
}

7 8 9 10 11
.ts-control{
  .dropdown-menu {
    width: 100%;
    height: auto;
  }
12
}