ampache_react/app/styles/common/common.scss

8 lines
114 B
SCSS

:global {
@media (max-width: 767px) {
.table-responsive {
border: none;
}
}
}