Skip to content

Commit 26c7e2b

Browse files
committed
Fix checker on exercises
1 parent 7a036d7 commit 26c7e2b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

bootcamp_content/projects/exercism-widgets/exercises/notifications-icon/default.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ body,
44

55
font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji,
66
Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
7+
height: 100%;
78
}

bootcamp_content/projects/exercism-widgets/exercises/reputation-icon/default.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ body,
44

55
font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji,
66
Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
7+
8+
height: 100%;
79
}

0 commit comments

Comments
 (0)