Skip to content

Commit 7c7f6bf

Browse files
mrleemurraymrleemurray
andauthored
Add flex display to status check items for improved layout (#8302)
Co-authored-by: mrleemurray <lee.murray@microsoft.com>
1 parent c42457b commit 7c7f6bf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

webviews/editorWebview/index.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,10 @@ body .comment-container .review-comment-header {
230230
gap: 8px;
231231
}
232232

233+
.status-check > div:not(.status-check-details) {
234+
display: flex;
235+
}
236+
233237
#merge-on-github {
234238
margin-top: 10px;
235239
}

0 commit comments

Comments
 (0)