Code comment

This commit is contained in:
Laurent Destailleur 2016-06-29 17:34:13 +02:00
parent d1850be261
commit e8b4a3a8ae

View File

@ -4093,7 +4093,7 @@ select {
/* display: inline-block; */ /* We can't set this. This disable ability to make */
/* TODO modified by jmobile, replace jmobile with pure css*/
overflow:hidden;
white-space: nowrap;
white-space: nowrap; /* Enabling this make behaviour strange when selecting the empty value if this empty value is '' instead of ' ' */
text-overflow: ellipsis;
}
.fiche .ui-controlgroup {