mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-30 12:26:25 -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
388170b9c2
commit
c08afd9197
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