mirror of
https://github.com/netbox-community/netbox.git
synced 2025-09-06 14:23:36 -06:00
Fixes #20043: Prevent rack elevation SVG styling from overflowing to parent page
This commit is contained in:
parent
53c890c081
commit
b160774649
BIN
netbox/project-static/dist/rack_elevation.css
vendored
BIN
netbox/project-static/dist/rack_elevation.css
vendored
Binary file not shown.
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user