Fix RSS button interaction on Dashboard, Project and Group activities

This commit is contained in:
Kushal Pandya 2018-07-11 15:30:33 +05:30
parent c91a5c2384
commit fcd9379337
1 changed files with 7 additions and 0 deletions

View File

@ -321,11 +321,18 @@
}
&.activities {
display: flex;
border-bottom: 1px solid $border-color;
overflow: hidden;
.nav-links {
border-bottom: 0;
}
@include media-breakpoint-down(xs) {
display: block;
overflow: visible;
}
}
}