From d336e8ec9d823663993a913bd96491bbd8724f47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Minisini?= Date: Sat, 2 Jan 2016 17:17:07 +0000 Subject: [PATCH] [GB.WEB.FORM] * BUG: Try to fix WebLabel style behaviour. git-svn-id: svn://localhost/gambas/trunk@7544 867c0c6c-44f3-4631-809d-bfa615b0a4ec --- comp/src/gb.web.form/gw-style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/comp/src/gb.web.form/gw-style.css b/comp/src/gb.web.form/gw-style.css index e7ccf035a..7dfebef3d 100644 --- a/comp/src/gb.web.form/gw-style.css +++ b/comp/src/gb.web.form/gw-style.css @@ -234,8 +234,10 @@ P:first-child,UL:first-child,OL:first-child { .gw-label { display: flex; - align-items: baseline; + align-items: center; overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; } #gw-modal {