.control-span.show-html-ttb {
	width: 100% !important;
	overflow: hidden !important;
	white-space: nowrap !important;
	text-overflow: ellipsis !important;
}

.truncate {
  white-space: nowrap;        /* evita l'andata a capo */
  overflow: hidden;           /* nasconde il testo che eccede */
  text-overflow: ellipsis;    /* aggiunge i puntini (...) */
}

.control-span.show-html, .panel-form-col-value:not(.fixed-height-col):not(.static-field) > .control-span.show-html {
    display: block;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.testo-a-capo {
  white-space: normal;    /* permette l'andata a capo */
  word-break: break-word; /* spezza le parole se necessario */
}
