diff options
Diffstat (limited to 'template/yoga/default-layout.css')
-rw-r--r-- | template/yoga/default-layout.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index 824578303..d087bc8fa 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -75,14 +75,15 @@ FORM P { } TEXTAREA.description { - height: 100px; - width: 500px; + height: 6em; + width: 40em; overflow: auto; } SELECT.categoryList { height: 20em; - width: 30em; + /*max-width: 60em;*/ + width: auto; } /** |