Skip to content

Commit

Permalink
Fix a scss lint error
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Mar 18, 2020
1 parent 13b699e commit ae79eca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions themes/bootstrap/scss/_codemirror.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ $textarea-rows: 15;
height: ceil($textarea-rows * 1.2em);
direction: ltr;
border: $card-border-width solid $card-border-color;

@include border-radius($card-border-radius);
}

Expand Down

0 comments on commit ae79eca

Please sign in to comment.