UX: fix banner overlapping issue at breakpoint of around 1260px width (#20463)

There seems to be a breakpoint around 1260px width. When the window is narrower than that breakpoint, the “new or updated topics” banner seems to overlap the list below it.
This commit is contained in:
Meghna 2023-03-03 11:16:25 +05:30 committed by GitHub
parent 66c50547b4
commit 36ad653fa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 11 deletions

View File

@ -227,17 +227,6 @@
}
}
@include breakpoint(large, $sidebar: true) {
.topic-list {
.topic-list-item .topic-list-data:first-of-type {
padding: 0.8em 0.33em;
}
.topic-list-data {
padding: 0.33em;
}
}
}
@include breakpoint(medium) {
.nav-pills {
> li > a {