[GB.WEB.FORM]

* BUG: Try to fix WebLabel style behaviour.


git-svn-id: svn://localhost/gambas/trunk@7544 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2016-01-02 17:17:07 +00:00
parent f5b820db71
commit d336e8ec9d

View file

@ -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 {