mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
fix(title): inherit padding for iOS title in a toolbar (#23343)
resolves #23072
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
|
||||
:host {
|
||||
@include position(0, null, null, 0);
|
||||
@include padding(0, 90px, 0);
|
||||
@include padding(var(--padding-top), 90px, var(--padding-bottom));
|
||||
|
||||
position: absolute;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user