Merge branch '8784-dir-listings'
[arvados.git] / apps / workbench / app / assets / stylesheets / authorized_keys.css.scss
1 // Copyright (C) The Arvados Authors. All rights reserved.
2 //
3 // SPDX-License-Identifier: AGPL-3.0
4
5 // Place all the styles related to the AuthorizedKeys controller here.
6 // They will automatically be included in application.css.
7 // You can use Sass (SCSS) here: http://sass-lang.com/
8 form .table input[type=text] {
9     width: 600px;
10 }
11 form .table textarea {
12     width: 600px;
13     height: 10em;
14 }