increase width of google sitekey and secret key inputs to 100%

This commit is contained in:
Isaac Connor 2020-02-04 16:40:52 -05:00
parent 9a71ca9a2f
commit 42b3bb6a53
1 changed files with 5 additions and 0 deletions

View File

@ -21,3 +21,8 @@ input.large {
#contentTable.userTable .colMonitor, #contentTable.userTable .colUsername {
text-align: left;
}
input[name="newConfig[ZM_OPT_GOOG_RECAPTCHA_SITEKEY]"],
input[name="newConfig[ZM_OPT_GOOG_RECAPTCHA_SECRETKEY]"] {
width: 100%;
}