We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ac45d commit 2d2a446Copy full SHA for 2d2a446
core/src/components/title/title.ionic.scss
@@ -6,6 +6,8 @@
6
7
:host {
8
@include globals.typography(globals.$ion-heading-h6-medium);
9
+ // Padding bottom to force non-absolute positioned element to align
10
+ // with screenshots
11
@include globals.padding(0, 0, 2px);
12
13
box-sizing: border-box;
0 commit comments