Skip to content

Commit 5280f4f

Browse files
committed
refactor(ion-title): removing unnecessary padding from ion-title
1 parent 1683731 commit 5280f4f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
:host {
88
@include globals.typography(globals.$ion-heading-h6-medium);
9-
@include globals.padding(var(--padding-top), 0, var(--padding-bottom));
109

1110
box-sizing: border-box;
1211
pointer-events: none;

core/src/components/toolbar/toolbar.ionic.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
.toolbar-content {
2626
flex: 1 1 auto;
27-
2827
min-width: 0;
2928
}
3029

0 commit comments

Comments
 (0)