X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3173f909ce49d67a11ab2230cf09629f7e259b74..b5b64f5dcc4fa4614002e5a0969adba36ac7e5e8:/apps/workbench/app/assets/stylesheets/authorized_keys.css.scss diff --git a/apps/workbench/app/assets/stylesheets/authorized_keys.css.scss b/apps/workbench/app/assets/stylesheets/authorized_keys.css.scss index 7298460d52..73cfd5bf8a 100644 --- a/apps/workbench/app/assets/stylesheets/authorized_keys.css.scss +++ b/apps/workbench/app/assets/stylesheets/authorized_keys.css.scss @@ -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; +}