From 08a80f4bd47f905bffe09707775ac3a82884b83f Mon Sep 17 00:00:00 2001 From: harukin Date: Thu, 3 Jan 2019 10:22:48 +0900 Subject: [PATCH] fix text-width issue --- view/theme/plusfuture/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index d38d632..ce128cf 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -2169,6 +2169,11 @@ nav > .navbar-nav > a{ font-size: unset; margin-left: 5px; } + #nav-app-link-wrapper.has_location { + /*カスタマイズ*/ + min-width: 0; + flex-basis: 0px; + } } @media screen and (min-width: 993px) { .region_3-on {