Commit fcd93793 authored by Kushal Pandya's avatar Kushal Pandya

Fix RSS button interaction on Dashboard, Project and Group activities

parent c91a5c23
...@@ -321,11 +321,18 @@ ...@@ -321,11 +321,18 @@
} }
&.activities { &.activities {
display: flex;
border-bottom: 1px solid $border-color; border-bottom: 1px solid $border-color;
overflow: hidden;
.nav-links { .nav-links {
border-bottom: 0; border-bottom: 0;
} }
@include media-breakpoint-down(xs) {
display: block;
overflow: visible;
}
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment