summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xaskbot/skins/default/templates/embed/askbot_widget.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/askbot/skins/default/templates/embed/askbot_widget.css b/askbot/skins/default/templates/embed/askbot_widget.css
index ec1da2a0..788d2199 100755
--- a/askbot/skins/default/templates/embed/askbot_widget.css
+++ b/askbot/skins/default/templates/embed/askbot_widget.css
@@ -15,7 +15,7 @@
{% if editor_type == 'markdown' %}
height:480px;
{%else%}
- height:420px;
+ height:440px;
{%endif%}
{%else%}
height:210px;
@@ -32,6 +32,6 @@
{% if editor_type == 'markdown' %}
height:480px;
{%else%}
- height:420px;
+ height:440px;
{%endif%}
}