Skip to content

Commit bd2214f

Browse files
committed
improve
1 parent 5303f8f commit bd2214f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

web_src/css/repo.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3285,15 +3285,16 @@ tbody.commit-list {
32853285
}
32863286

32873287
.ui.segment.pr-status-list {
3288-
padding: 0 0.1em 0 0;
3288+
padding: 0;
32893289
max-height: 30vh;
3290-
overflow-x: auto;
3290+
overflow-x: hidden;
32913291
transition: max-height 0.4s;
32923292
}
32933293

32943294
.ui.segment.pr-status-list.hide{
3295-
padding: 0 0.1em 0 0;
3295+
padding: 0;
32963296
max-height: 0;
3297+
overflow-x: hidden;
32973298
transition: max-height 0.4s;
32983299
}
32993300

0 commit comments

Comments
 (0)