Skip to content

Commit

Permalink
specifiy media query application (#23515)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefonSimmons authored Jun 5, 2024
1 parent bd8dd75 commit 7c3e2eb
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions assets/styles/pages/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -798,12 +798,6 @@ video {
overflow-x: auto;
}

@include media-breakpoint-up(xl) {
table {
table-layout: fixed;
}
}

table,
.table {
width: 100%;
Expand Down Expand Up @@ -893,6 +887,10 @@ table,
width: 50%;
}
}

@include media-breakpoint-up(xl) {
table-layout: fixed;
}
}

.break-word {
Expand Down

0 comments on commit 7c3e2eb

Please sign in to comment.