openfoodfoundation/openfoodnetwork

View on GitHub
app/webpacker/css/admin/components/table-filter.scss

Summary

Maintainability
Test Coverage
#table-filter {
  .field {
    input[type="text"],
    input[type="phone"],
    input[type="email"],
    input[type="number"],
    input[type="url"] {
      width: 100%;
    }
  }

  .actions {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
  }
}