@import 'page_bundles/mixins_and_variables_and_functions'; .error-list { .filtered-search-box .form-control { min-width: unset; } @include media-breakpoint-down(sm) { .error-list-table { td { min-height: 68px; &:last-child { background-color: var(--gray-10, $gray-10); &::before { content: none !important; } div { width: 100% !important; padding: 0 !important; } } } } } }