5261: Merge branch 'master' into 5261-project-description
[arvados.git] / apps / workbench / app / assets / stylesheets / authorized_keys.css.scss
index 7298460d5263519a7d5d509f17b30c8c3bb16b7c..390576b164d9bef157ba3cf073f3de80fc39d3e0 100644 (file)
@@ -1,3 +1,10 @@
 // Place all the styles related to the AuthorizedKeys controller here.
 // They will automatically be included in application.css.
 // You can use Sass (SCSS) here: http://sass-lang.com/
+form .table input[type=text] {
+    width: 600px;
+}
+form .table textarea {
+    width: 600px;
+    height: 10em;
+}