projectblacklight / blacklight

Blacklight provides a discovery interface for any Solr (http://lucene.apache.org/solr) index.
http://projectblacklight.org/
Other
760 stars 256 forks source link

constraint-value css is wrong #3432

Closed jcoyne closed 3 weeks ago

jcoyne commented 3 weeks ago

Running sass generates these rules:

@media (min-width: 576px) and (max-width: 575.98px) {
  .applied-filter .constraint-value {
    max-width: 288px;
  }
}
@media (min-width: 768px) and (max-width: 767.98px) {
  .applied-filter .constraint-value {
    max-width: 384px;
  }
}

However, due to the disjoint exclusions, they are never applied.