Skip to content

Commit 5303f8f

Browse files
committed
improve
1 parent b56220e commit 5303f8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web_src/css/repo.css

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

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

32943294
.ui.segment.pr-status-list.hide{
3295-
padding: 0 0.1em;
3295+
padding: 0 0.1em 0 0;
32963296
max-height: 0;
32973297
transition: max-height 0.4s;
32983298
}

0 commit comments

Comments
 (0)