From ef7ac9d55be718fa2d2b11ac8ecd12f7408f0972 Mon Sep 17 00:00:00 2001 From: Cheton Wu Date: Tue, 7 Aug 2018 19:13:19 +0800 Subject: [PATCH] Change "white-space: initial" to "white-space: normal" to address browser compatibility issue --- src/index.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.styl b/src/index.styl index 7a37ccd..0c87e1e 100644 --- a/src/index.styl +++ b/src/index.styl @@ -46,7 +46,7 @@ box-shadow: 0 4px 16px rgba(0, 0, 0, .5); min-width: $modal-xs-width; - white-space: initial; + white-space: normal; &.xs { width: $modal-xs-width;