diff --git a/app/assets/stylesheets/common/components/navs.css.scss b/app/assets/stylesheets/common/components/navs.css.scss index 926cafae66..92d8c350b9 100644 --- a/app/assets/stylesheets/common/components/navs.css.scss +++ b/app/assets/stylesheets/common/components/navs.css.scss @@ -74,11 +74,11 @@ .active > a::after, { left: 90%; - top: 28%; + top: 33%; border: solid transparent; content: " "; position: absolute; - border-width: 10px; + border-width: 8px; border-left-color: $secondary; }