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:
parent
66c50547b4
commit
36ad653fa9
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue