Skip to content

Commit

Permalink
Merge pull request canonical#14660 from mtruj013/k8s-compared
Browse files Browse the repository at this point in the history
feat: /kubernetes/compare redesign
  • Loading branch information
mtruj013 authored Jan 23, 2025
2 parents cec2d01 + 64adde8 commit b2bf078
Show file tree
Hide file tree
Showing 2 changed files with 468 additions and 441 deletions.
14 changes: 14 additions & 0 deletions static/sass/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1766,3 +1766,17 @@ legend {
height: 15rem;
}
}

.u-horizontal-nudge {
@media screen and ($breakpoint-large <= width) {
margin-left: $spv--small;
}
}

.u-vertical-nudge {
margin-bottom: $spv--small !important;
}

.p-table--mobile-card tr td {
white-space: normal;
}
Loading

0 comments on commit b2bf078

Please sign in to comment.