X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3173f909ce49d67a11ab2230cf09629f7e259b74..1df8b46242badf6ae0189cbbe33b75695a455d2c:/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..390576b164 100644 --- a/apps/workbench/app/assets/stylesheets/authorized_keys.css.scss +++ b/apps/workbench/app/assets/stylesheets/authorized_keys.css.scss @@ -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; +}