Skip to content

Commit ac02e1b

Browse files
authored
PR view buttons overflow in narrow viewports (#6433)
Fixes #6335
1 parent 443e665 commit ac02e1b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

webviews/common/common.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,11 @@ body img.avatar {
254254
display: flex;
255255
}
256256

257+
.automerge-section,
258+
.status-section {
259+
flex-wrap: wrap;
260+
}
261+
257262
#status-checks .automerge-section {
258263
align-items: center;
259264
padding: 16px;

0 commit comments

Comments
 (0)