Skip to content

Commit 132ae80

Browse files
committed
chore(comment): force tests by adding a comment
1 parent d3ac45d commit 132ae80

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/src/components/title/title.ionic.scss

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
:host {
88
@include globals.typography(globals.$ion-heading-h6-medium);
9-
@include globals.padding(0, 0, 2px);
9+
// Padding bottom to force non-absolute positioned element to align
10+
// with screenshots
11+
@include globals.padding(0, 0, 1px);
1012

1113
box-sizing: border-box;
1214
pointer-events: none;

0 commit comments

Comments
 (0)