Fix layout issue in PullRequestChecksFailed dialog

This commit is contained in:
Sergio Padrino 2024-03-21 16:15:43 +01:00
parent cb16d73600
commit a20f28fe7b

View file

@ -8,6 +8,10 @@
flex-direction: row;
align-items: center;
.ci-check-rerun {
margin-right: var(--spacing);
}
> .octicon {
width: 20px;
height: 20px;