From 9e7d5f9bcda56e7367e19053678aaf7058d3c271 Mon Sep 17 00:00:00 2001 From: JoySystem_v Date: Wed, 28 Aug 2024 10:26:29 +0300 Subject: [PATCH] =?utf8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB=20?= =?utf8?q?=D1=88=D0=B8=D1=80=D0=B8=D0=BD=D1=83=20=D0=BD=D0=B0=20250=20px?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/motivation/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/views/motivation/index.php b/erp24/views/motivation/index.php index 178604d6..0e27d1e5 100644 --- a/erp24/views/motivation/index.php +++ b/erp24/views/motivation/index.php @@ -87,7 +87,7 @@ $this->registerJsFile('/js/motivation/index.js', ['position' => \yii\web\View::P // CSS для фиксации ширины и переноса слов в первом столбце $this->registerCss(" .grid-view td:first-child, .grid-view th:first-child { - width: 150px; /* Фиксированная ширина */ + width: 250px; /* Фиксированная ширина */ word-wrap: break-word; /* Перенос слов */ white-space: normal; /* Разрешаем перенос слов */ } -- 2.39.5