Merge branch '2800-python-global-state' into 2800-pgs
[arvados.git] / apps / workbench / app / assets / stylesheets / application.css.scss
index a62bedd6591c1408bee2a8b6040f0c03740cdbf0..6b91783e60abe882bbe7b5ba06fb33a4979e790f 100644 (file)
@@ -239,3 +239,12 @@ div#wrapper {
 svg text {
     font-size: 6pt;
 }
+
+div.pane-content iframe {
+  width: 100%;
+  border: none;
+}
+
+div.rounded {
+  border-radius: 3px;
+}