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