[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:
parent
f5b820db71
commit
d336e8ec9d
1 changed files with 3 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue