From 3e3f5fe82ba3b6b8f1a56d96a440e3f550b57471 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Tue, 3 Sep 2024 17:57:32 +0000 Subject: [PATCH] Update src/styles/SimpleSlider.css --- src/styles/SimpleSlider.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/styles/SimpleSlider.css b/src/styles/SimpleSlider.css index 60bf918..806c7a2 100644 --- a/src/styles/SimpleSlider.css +++ b/src/styles/SimpleSlider.css @@ -274,6 +274,12 @@ } } +.IBMSMSCWSInfoText.IBMSMSCWSInfoText2 { + -webkit-line-clamp: 1; + border-top: solid 1px rgba(255,255,255,0.1); + padding: 10px 0 0 5px; +} + .swiper-pagination { display: none; bottom: -10px !important;