From 5995e3f40031ddcbfb879e7992faff4c12ee5e18 Mon Sep 17 00:00:00 2001 From: simurai Date: Wed, 27 Apr 2016 10:50:21 +0900 Subject: [PATCH] Make drag&drop text wrap-able --- default_app/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/default_app/index.html b/default_app/index.html index f9387cf..27cc69f 100644 --- a/default_app/index.html +++ b/default_app/index.html @@ -76,7 +76,11 @@ } #holder { + display: flex; + align-items: center; + justify-content: center; margin: 0 auto; + padding: 10px; height: 275px; border: 1px solid #e0e5e6; background-color: #f6f8f8; @@ -84,7 +88,6 @@ border-radius: 3px; font-size: 30px; font-weight: 300; - line-height: 275px; text-align: center; cursor: default; -webkit-user-select: none; -- 2.7.4