Skip to content

Commit 72371ca

Browse files
committed
fix vue align
1 parent 471a554 commit 72371ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web_src/js/components/RepoActionView.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,11 +552,12 @@ export function initRepositoryActionView() {
552552
.action-info-summary-title {
553553
display: flex;
554554
align-items: center;
555+
gap: 0.5em;
555556
}
556557
557558
.action-info-summary-title-text {
558559
font-size: 20px;
559-
margin: 0 0 0 8px;
560+
margin: 0;
560561
flex: 1;
561562
overflow-wrap: anywhere;
562563
}

0 commit comments

Comments
 (0)