Skip to content

Commit

Permalink
Tables support changing without removing columns
Browse files Browse the repository at this point in the history
  • Loading branch information
BobChao87 committed Feb 10, 2022
1 parent bda400e commit 4182754
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions assets/table/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@
@media (max-width: $breakpoint) {
@include -shrink-template-columns($template-columns);

::v-deep #{$selector} {
display: none;
@if $selector {
::v-deep #{$selector} {
display: none;
}
}
}
}
Expand Down

0 comments on commit 4182754

Please sign in to comment.