Browse Source

10596 add overflow-auto to card-body (#10621)

* 10596 add overflow-auto to card-body

* 10596 add overflow-auto to card-body
Arthur Hanson 3 years ago
parent
commit
cc811e5a56

File diff suppressed because it is too large
+ 0 - 0
netbox/project-static/dist/netbox-dark.css


File diff suppressed because it is too large
+ 0 - 0
netbox/project-static/dist/netbox-light.css


File diff suppressed because it is too large
+ 0 - 0
netbox/project-static/dist/netbox-print.css


+ 4 - 0
netbox/project-static/styles/netbox.scss

@@ -1039,3 +1039,7 @@ html {
     }
   }
 }
+
+.card .card-body {
+  @extend .overflow-auto;
+}

Some files were not shown because too many files changed in this diff