159159 {# DL#}
160160 <td >Dieser Kunde ist geparkt</td >
161161 {% if workstation .scope .preferences .client .customTextfieldActivated | default (0 ) == 1 %}
162- <td title =" {{ item .customTextfield | decodeEntities }}" >
162+ <td title =" {{ item .customTextfield | decodeEntities }}" class = " limited-width " >
163163 {{ item .customTextfield | decodeEntities| slice (0 , textfieldDisplayLength ) }}
164164 {% if item .customTextfield | decodeEntities| length > textfieldDisplayLength %}...{% endif %}
165165 </td >
166166 {% endif %}
167167 {% if workstation .scope .preferences .client .customTextfield2Activated | default (0 ) == 1 %}
168- <td title =" {{ item .customTextfield2 | decodeEntities }}" >
168+ <td title =" {{ item .customTextfield2 | decodeEntities }}" class = " limited-width " >
169169 {{ item .customTextfield2 | decodeEntities| slice (0 , textfieldDisplayLength ) }}
170170 {% if item .customTextfield2 | decodeEntities| length > textfieldDisplayLength %}...{% endif %}
171171 </td >
422422 </p >
423423 </td >
424424 {% if workstation .scope .preferences .client .customTextfieldActivated | default (0 ) == 1 %}
425- <td title =" {{ item .customTextfield | decodeEntities }}" >
425+ <td title =" {{ item .customTextfield | decodeEntities }}" class = " limited-width " >
426426 {{ item .customTextfield | decodeEntities| slice (0 , textfieldDisplayLength ) }}
427427 {% if item .customTextfield | decodeEntities| length > textfieldDisplayLength %}...{% endif %}
428428 </td >
429429 {% endif %}
430430 {% if workstation .scope .preferences .client .customTextfield2Activated | default (0 ) == 1 %}
431- <td title =" {{ item .customTextfield2 | decodeEntities }}" >
431+ <td title =" {{ item .customTextfield2 | decodeEntities }}" class = " limited-width " >
432432 {{ item .customTextfield2 | decodeEntities| slice (0 , textfieldDisplayLength ) }}
433433 {% if item .customTextfield2 | decodeEntities| length > textfieldDisplayLength %}...{% endif %}
434434 </td >
553553 {# DL#}
554554 <td >Dieser Kunde ist nicht erschienen</td >
555555 {% if workstation .scope .preferences .client .customTextfieldActivated | default (0 ) == 1 %}
556- <td title =" {{ item .customTextfield | decodeEntities }}" >
556+ <td title =" {{ item .customTextfield | decodeEntities }}" class = " limited-width " >
557557 {{ item .customTextfield | decodeEntities| slice (0 , textfieldDisplayLength ) }}
558558 {% if item .customTextfield | decodeEntities| length > textfieldDisplayLength %}...{% endif %}
559559 </td >
560560 {% endif %}
561561 {% if workstation .scope .preferences .client .customTextfield2Activated | default (0 ) == 1 %}
562- <td title =" {{ item .customTextfield2 | decodeEntities }}" >
562+ <td title =" {{ item .customTextfield2 | decodeEntities }}" class = " limited-width " >
563563 {{ item .customTextfield2 | decodeEntities| slice (0 , textfieldDisplayLength ) }}
564564 {% if item .customTextfield2 | decodeEntities| length > textfieldDisplayLength %}...{% endif %}
565565 </td >
@@ -719,4 +719,9 @@ content.addClass('hidden')
719719 cursor : not-allowed ;
720720 pointer-events : none ;
721721 }
722+ .limited-width {
723+ overflow-wrap : break-word ;
724+ hyphens : auto ;
725+ max-width : 300px ;
726+ }
722727</style >
0 commit comments