changeset 587:6a1fea10ae8c

browser_side: increase the width of the bubble's text area (blog message edition)
author souliane <souliane@mailoo.org>
date Mon, 15 Dec 2014 16:01:51 +0100
parents 3eb3a2c0c011
children c8cca1a373dd
files src/browser/public/libervia.css
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/browser/public/libervia.css	Fri Nov 28 00:31:27 2014 +0100
+++ b/src/browser/public/libervia.css	Mon Dec 15 16:01:51 2014 +0100
@@ -935,6 +935,7 @@
 
 .bubble textarea{
     width: 100%;
+    min-width: 350px;
 }
 
 .mb_entry_timestamp {