Skip to content

Commit

Permalink
fix: scss organization
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Jan 7, 2025
1 parent e6482a5 commit ac01968
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/scss/_pipelines.scss
Original file line number Diff line number Diff line change
Expand Up @@ -212,14 +212,14 @@
flex-direction: column;
margin-bottom: 0.8rem;
padding: 0.6rem 0.4rem 0.6rem 0;
}

.no-line-number {
display: block;
width: 6ch;
.warning .no-line-number {
display: block;
width: 6ch;

font-family: var(--font-code);
text-align: right;
}
font-family: var(--font-code);
text-align: right;
}

tr.warning,
Expand Down

0 comments on commit ac01968

Please sign in to comment.