mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-15 19:52:52 -06:00
10596 add overflow-auto to card-body (#10621)
* 10596 add overflow-auto to card-body * 10596 add overflow-auto to card-body
This commit is contained in:
parent
a9e583a693
commit
cc811e5a56
BIN
netbox/project-static/dist/netbox-dark.css
vendored
BIN
netbox/project-static/dist/netbox-dark.css
vendored
Binary file not shown.
BIN
netbox/project-static/dist/netbox-light.css
vendored
BIN
netbox/project-static/dist/netbox-light.css
vendored
Binary file not shown.
BIN
netbox/project-static/dist/netbox-print.css
vendored
BIN
netbox/project-static/dist/netbox-print.css
vendored
Binary file not shown.
@ -1039,3 +1039,7 @@ html {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.card .card-body {
|
||||
@extend .overflow-auto;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user