#11503 Fix event class

This commit is contained in:
miguel angel rasteu 2023-06-26 17:09:38 +02:00
parent 36ee57ce65
commit f33e569e7b
2 changed files with 7 additions and 1 deletions

View File

@ -634,6 +634,12 @@ select:-internal-list-box {
white-space: nowrap;
}
.nowrap_max180px {
width: 10px;
max-width: 180px;
white-space: nowrap;
}
.wrap {
flex-wrap: wrap;
}

View File

@ -2397,7 +2397,7 @@ try {
if ($comment_id !== false) {
$fields[$comment_id] = [
'text' => 'user_comment',
'class' => 'w180px',
'class' => 'nowrap_max180px',
];
}