tsechingho/chosen-rails

The chosen multi-select box does not have a border radius. I cannot for the life of me figure out how to add it.

Closed this issue · 1 comments

The chosen multi-select box does not have a border radius. I cannot for the life of me figure out how to add it.

Surprisingly, the issue is still actual.

I'm using this CSS:

.chosen-container-multi {
  margin-left: 4px;
  border-radius: 5px; // doesn't work
}

I've got margin, but no border-radius. Assigning this in Chrome Dev Tools also has no effect.

Rails 4.2.4, latest chosen-rails, bootstrap-sass.