Skip to content

Commit

Permalink
fix: Fixes the remove grade functionality
Browse files Browse the repository at this point in the history
Signed-off-by: Farhaan Bukhsh <[email protected]>
  • Loading branch information
farhaanbukhsh committed Oct 14, 2024
1 parent ed7e3a0 commit 2de407a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/grading-settings/grading-scale/GradingScale.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@
align-items: center;
margin-bottom: var(--pgn-spacing-spacer-6);

.btn-icon {
margin-top: 1.1rem;
}

.grading-scale-segments-and-ticks {
display: inline-block;
height: 3.125rem;
height: 5.125rem;
padding: 1.8rem;
width: 100%;
border: 1px solid var(--pgn-color-black);
border: none;
overflow: hidden;

.grading-scale-tick {
Expand Down

0 comments on commit 2de407a

Please sign in to comment.