From c7806fb0c2c35ef308b454494e767c660e14c0ce Mon Sep 17 00:00:00 2001 From: harukin Date: Thu, 3 Jan 2019 10:35:59 +0900 Subject: [PATCH] fix selecter miss(setting icon missed) --- view/theme/plusfuture/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index f37d30f..fa83f90 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -2165,7 +2165,7 @@ nav > .navbar-nav > a{ font-size: 0px; } @media screen and (min-width: 450px) { - nav > .navbar-nav > a{ + nav > .navbar-nav > .text-truncate{ font-size: unset; margin-left: 5px; }