.border {
  border: 1px solid $grey-4;
}

.q-select .q-field__native > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}