#11503 Fix event class
This commit is contained in:
parent
36ee57ce65
commit
f33e569e7b
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -2397,7 +2397,7 @@ try {
|
|||
if ($comment_id !== false) {
|
||||
$fields[$comment_id] = [
|
||||
'text' => 'user_comment',
|
||||
'class' => 'w180px',
|
||||
'class' => 'nowrap_max180px',
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue