diff options
author | tomsmeding <tom.smeding@gmail.com> | 2016-09-29 23:06:44 +0200 |
---|---|---|
committer | tomsmeding <tom.smeding@gmail.com> | 2016-09-29 23:06:44 +0200 |
commit | d62a9b33dd3d03da942e98c360815a7d8ab7327a (patch) | |
tree | 52e737f20862daa7f8b39055f122b2d555dd1381 /modules/changes/changes.html | |
parent | 4b7dde997e7cfaf7fa35647e4a726c5cb672727c (diff) |
Enlarge url list in client
Diffstat (limited to 'modules/changes/changes.html')
-rw-r--r-- | modules/changes/changes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/changes/changes.html b/modules/changes/changes.html index 2cccec4..e084f2f 100644 --- a/modules/changes/changes.html +++ b/modules/changes/changes.html @@ -203,7 +203,7 @@ h1{ width:500px; } #urlstablecontainer{ - height:130px; + height:200px; border:1px #888 solid; overflow-y:scroll; } |