Skip to content

Commit

Permalink
Merge pull request #8027 from michaelchadwick/frontend-3802-course-ob…
Browse files Browse the repository at this point in the history
…jective-line-height-fix

normalized line-height for Course Descriptions and Parent Objectives
  • Loading branch information
dartajax authored Aug 5, 2024
2 parents a720e00 + 7b63a92 commit d45be75
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@use "../colors" as c;
@use "font-size";
@use "ilios-button";
@use "ilios-form";
@use "ilios-heading";
Expand Down Expand Up @@ -121,6 +122,13 @@
p {
margin: 0;
}
button {
@include font-size.font-size("base");

p {
@include font-size.font-size("base");
}
}
}

&.confirm-removal {
Expand Down Expand Up @@ -169,6 +177,10 @@
&:last-of-type {
margin-bottom: 0;
}

button {
@include font-size.font-size("base");
}
}
}

Expand Down

0 comments on commit d45be75

Please sign in to comment.