Merge branch '8784-dir-listings'
[arvados.git] / apps / workbench / app / assets / stylesheets / authorized_keys.css.scss
index 7298460d5263519a7d5d509f17b30c8c3bb16b7c..73cfd5bf8a178a4c2fda8b75a6ed4d08fdc66e12 100644 (file)
@@ -1,3 +1,14 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
 // 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;
+}