Skip to content

Commit

Permalink
Programming exercises: Fix padding issue in task display (#10151)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaRangger authored Jan 17, 2025
1 parent 3370248 commit 5941797
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@

.card-second-header {
padding: 10px 15px;
background-color: var(--programming-exercise-instruction-step-wizard-card-header-background);
border-bottom: 1px solid var(--programming-exercise-instruction-step-wizard-card-header-border);
background-color: var(--markdown-preview-editor-background);
}

&__save {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ $step-button-size: 21px; // Make sure to keep it uneven so that centering works
}

& &--no-result.btn,
.btn.not-done {
.btn.not-done,
& &--not-executed.btn {
color: $gray-600;
font-size: 0.4rem;
}
Expand Down

0 comments on commit 5941797

Please sign in to comment.