Increased breakpoint in which short URLs table collapses

This commit is contained in:
Alejandro Celaya
2020-12-30 20:05:04 +01:00
parent c0098ac7fd
commit a22274f382
4 changed files with 8 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
@import '../utils/base';
.short-urls-table__header {
@media (max-width: $smMax) {
@media (max-width: $responsiveTableBreakpoint) {
display: none;
}
}