We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5303f8f commit bd2214fCopy full SHA for bd2214f
web_src/css/repo.css
@@ -3285,15 +3285,16 @@ tbody.commit-list {
3285
}
3286
3287
.ui.segment.pr-status-list {
3288
- padding: 0 0.1em 0 0;
+ padding: 0;
3289
max-height: 30vh;
3290
- overflow-x: auto;
+ overflow-x: hidden;
3291
transition: max-height 0.4s;
3292
3293
3294
.ui.segment.pr-status-list.hide{
3295
3296
max-height: 0;
3297
3298
3299
3300
0 commit comments