Merge branch '6663-git-server' refs #6663
[arvados.git] / apps / workbench / app / assets / stylesheets / application.css.scss
index ec7eee44b72d3954600a79365d9f4eaa2896e56a..9560bb7dc86662a12d49672254205d2ef890508c 100644 (file)
@@ -296,3 +296,15 @@ span.editable-textile {
 ul.nav.nav-tabs {
     font-size: 90%
 }
+
+.hover-dropdown:hover .dropdown-menu {
+  display: block;
+}
+
+.arv-description-as-subtitle .editable-inline,
+.arv-description-as-subtitle .editable-inline .form-group,
+.arv-description-as-subtitle .editable-inline .form-group .editable-input,
+.arv-description-as-subtitle .editable-inline .form-group .editable-input textarea,
+{
+    width: 98%!important;
+}