From 4a96805381f57a08f5593cb43d7b2c8f0344f58c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCller?= Date: Sat, 11 Apr 2015 13:07:19 +0200 Subject: [PATCH] css bugfix --- src/notehub/views.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notehub/views.clj b/src/notehub/views.clj index 65ec414..391e75a 100644 --- a/src/notehub/views.clj +++ b/src/notehub/views.clj @@ -51,7 +51,7 @@ (defn- input-form [form-url command fields content passwd-msg] (let [css-class (when (= :publish command) :hidden)] (layout :js {} (get-message :new-page) - [:article#preview {:style "flex: none"} ""] + [:article#preview {:style "flex: none; -webkit-flex: none"} ""] [:div#dashed-line {:class css-class}] [:div.central-element.helvetica {:style "margin-bottom: 3em"} (form-to {:autocomplete :off} [:post form-url]