From 4d1ebefc59121aca7b3221beb4813a7c1c92db9d Mon Sep 17 00:00:00 2001 From: anazaryan Date: Thu, 19 Dec 2024 21:19:23 +0400 Subject: [PATCH] news 'read more' button fix --- public/css/style_may2024.css | 3 +-- resources/views/index.blade.php | 4 +++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/public/css/style_may2024.css b/public/css/style_may2024.css index c80bef2..c7f6c6c 100644 --- a/public/css/style_may2024.css +++ b/public/css/style_may2024.css @@ -9832,8 +9832,7 @@ nav .drop-down { nav .drop-down.closed { /* When toggled via jQuery this class will reduce the height of the ul which inconjuction with overflow: hidden set on the ul will hide all list items apart from the first */ - /* current li height 38px + 5px border */ - height: 35px; + height: 38px; } .select2-selection__choice[title*="Все должности"] .select2-selection__choice__remove { diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index db7a8fa..8c13926 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -193,7 +193,9 @@ {{ $new->title }} {!! mb_strimwidth($new->text, 0, 100) !!} - Читать далее +
+ Читать далее +
-- 1.7.10.4