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 {