summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-05-08 17:49:52 +0200
committerGitHub <noreply@github.com>2017-05-08 17:49:52 +0200
commitc28fe270b6b53c86dabce47cc15e9f49eb0b6d12 (patch)
treeb2d46d5921727df1d40f791c654eaaa8630f7b19 /settings/css
parent5213c56197bd36f66351260632c4d5cb88ccafec (diff)
parentf2a2b34e4639e88f8d948a388a51f010212b42a3 (diff)
downloadnextcloud-server-c28fe270b6b53c86dabce47cc15e9f49eb0b6d12.tar.gz
nextcloud-server-c28fe270b6b53c86dabce47cc15e9f49eb0b6d12.zip
Merge pull request #4727 from stffabi/IncreaseDeviceEntropy
Increase device password entropy.
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 95649fc23eb..fb71e5ece23 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -392,7 +392,7 @@ table.nostyle td {
#new-app-login-name,
#new-app-password {
- width: 186px;
+ width: 245px;
font-family: monospace;
background-color: lightyellow;
}