From acb9144a0050c546df6a11333c0524dd1eb7a64b Mon Sep 17 00:00:00 2001 From: rulingcom Date: Thu, 14 Oct 2021 02:29:37 +0000 Subject: [PATCH] fix bug --- assets/stylesheets/template/modules/announcement.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/stylesheets/template/modules/announcement.scss b/assets/stylesheets/template/modules/announcement.scss index 3f427a1..d873275 100644 --- a/assets/stylesheets/template/modules/announcement.scss +++ b/assets/stylesheets/template/modules/announcement.scss @@ -201,7 +201,7 @@ .w-annc__postdate, .w-annc__category { - white-space: nowrap; + //white-space: nowrap; } // Widget-8 @@ -757,4 +757,4 @@ .s-annc__social .print-button:hover { background-color: lighten($theme-color-main, 10%); } -} \ No newline at end of file +}