Skip to content

Commit 37207b9

Browse files
committed
proper fix
1 parent 5babcf4 commit 37207b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/components/RepoActionView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,9 +622,9 @@ export function initRepositoryActionView() {
622622
width: 70%;
623623
display: flex;
624624
flex-direction: column;
625-
background: var(--color-console-bg);
626625
border: 1px solid var(--color-console-border);
627626
border-radius: var(--border-radius);
627+
align-self: flex-start;
628628
}
629629
630630
/* begin fomantic button overrides */

0 commit comments

Comments
 (0)