Fixes #20043: Prevent rack elevation SVG styling from overflowing to parent page

This commit is contained in:
Jeremy Stretch 2025-08-20 16:01:29 -04:00
parent 53c890c081
commit b160774649
2 changed files with 2 additions and 4 deletions

Binary file not shown.

View File

@ -28,10 +28,6 @@ svg {
}
}
* {
font-family: $font-family-sans-serif;
font-size: $font-size-sm;
}
rect {
box-sizing: border-box;
}
@ -42,6 +38,8 @@ text {
svg {
background-color: var(--nbx-rack-bg);
font-family: $font-family-sans-serif;
font-size: $font-size-sm;
// Rack unit numbers along left side of rack elevation.
.unit {