Fixes #20043: Prevent rack elevation SVG styling from overflowing to parent page (#20139)
Some checks failed
CI / build (20.x, 3.10) (push) Waiting to run
CI / build (20.x, 3.11) (push) Waiting to run
CI / build (20.x, 3.12) (push) Waiting to run
CodeQL / Analyze (${{ matrix.language }}) (none, actions) (push) Has been cancelled
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been cancelled
CodeQL / Analyze (${{ matrix.language }}) (none, python) (push) Has been cancelled

This commit is contained in:
Jeremy Stretch 2025-08-21 12:09:44 -04:00 committed by GitHub
parent 8b397f3b42
commit 2e809904fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 { rect {
box-sizing: border-box; box-sizing: border-box;
} }
@ -42,6 +38,8 @@ text {
svg { svg {
background-color: var(--nbx-rack-bg); 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. // Rack unit numbers along left side of rack elevation.
.unit { .unit {