summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/media/style/style.css1
-rw-r--r--askbot/media/style/style.less1
2 files changed, 2 insertions, 0 deletions
diff --git a/askbot/media/style/style.css b/askbot/media/style/style.css
index a53ebf37..cb5f3801 100644
--- a/askbot/media/style/style.css
+++ b/askbot/media/style/style.css
@@ -688,6 +688,7 @@ body.anon .search-drop-menu {
background: #fff;
padding: 4px 0px 10px 0px;
width: 200px;
+ overflow: hidden;
/* widgets for question template */
/* notify by email box */
diff --git a/askbot/media/style/style.less b/askbot/media/style/style.less
index 0ce1b849..5dce292c 100644
--- a/askbot/media/style/style.less
+++ b/askbot/media/style/style.less
@@ -699,6 +699,7 @@ body.anon {
background: #fff;
padding: 4px 0px 10px 0px;
width:200px;
+ overflow: hidden;
p {
margin-bottom: 4px;