Closed entr closed 9 years ago
Actually forms.css doesn't conflict. Problem seems to be the following rule
.papi-table tr td input, .papi-table tr td select, .papi-table tr td textarea {
width: 99.5%;
}
overriding .select2-hidden-accessible
width rule, to be clear.
Won't this fix break the accessibility in select2?
It just restores vendor's width rule. If we assume select2 author takes care of accessibility then this is fixing it not braking.
Thanks. Just looked at select2 source css and it's the same width.
fixes #105