Skip to content

Commit

Permalink
Make cross model tables responsive. (canonical#1670)
Browse files Browse the repository at this point in the history
  • Loading branch information
huwshimi authored Dec 4, 2023
1 parent 0cc1fca commit e6b2be0
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions src/pages/EntityDetails/_entity-details.scss
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,37 @@
}
}

.entity-details__offers {
td,
th {
@include mobile {
// Connection.
&:nth-child(3) {
display: none;
}
}
}
}

.entity-details__remote-apps {
td,
th {
@include mobile-and-medium {
// Store.
&:nth-child(5) {
display: none;
}
}

@include mobile {
// Interface.
&:nth-child(3) {
display: none;
}
}
}
}

.entity-details__machines {
th,
td {
Expand Down

0 comments on commit e6b2be0

Please sign in to comment.