diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index b5875c2207..5703f97e7d 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -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; } diff --git a/pandora_console/operation/events/events.php b/pandora_console/operation/events/events.php index b1246b848c..1834e1b528 100644 --- a/pandora_console/operation/events/events.php +++ b/pandora_console/operation/events/events.php @@ -2397,7 +2397,7 @@ try { if ($comment_id !== false) { $fields[$comment_id] = [ 'text' => 'user_comment', - 'class' => 'w180px', + 'class' => 'nowrap_max180px', ]; }