Fix RSS button interaction on Dashboard, Project and Group activities
This commit is contained in:
parent
c91a5c2384
commit
fcd9379337
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue