Skip to content
Snippets Groups Projects
Commit e8b4a3a8 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Code comment

parent d1850be2
No related branches found
No related tags found
No related merge requests found
...@@ -4093,7 +4093,7 @@ select { ...@@ -4093,7 +4093,7 @@ select {
/* display: inline-block; */ /* We can't set this. This disable ability to make */ /* display: inline-block; */ /* We can't set this. This disable ability to make */
/* TODO modified by jmobile, replace jmobile with pure css*/ /* TODO modified by jmobile, replace jmobile with pure css*/
overflow:hidden; 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; text-overflow: ellipsis;
} }
.fiche .ui-controlgroup { .fiche .ui-controlgroup {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment