From 4a5e681627e4e9ab64c00da506cd6e075e60f40f Mon Sep 17 00:00:00 2001 From: Ran Byron Date: Sun, 6 Jan 2019 17:39:01 +0200 Subject: [PATCH] Allow vertical form labels to break line --- components/form/style/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/form/style/index.less b/components/form/style/index.less index 702cc30ba4..83ad042e6d 100644 --- a/components/form/style/index.less +++ b/components/form/style/index.less @@ -303,6 +303,7 @@ form { display: block; text-align: left; line-height: @line-height-base; + white-space: initial; label:after { display: none;