We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eac4475 commit 4421028Copy full SHA for 4421028
core/src/components/toolbar/toolbar.ionic.scss
@@ -116,14 +116,14 @@
116
// Toolbar Title Placement
117
// --------------------------------------------------
118
119
-:host(.toolbar-title-placement-start) {
+:host(.toolbar-title-placement-start) ::slotted(ion-title) {
120
text-align: start;
121
}
122
123
-:host(.toolbar-title-placement-center) {
+:host(.toolbar-title-placement-center) ::slotted(ion-title) {
124
text-align: center;
125
126
127
-:host(.toolbar-title-placement-end) {
+:host(.toolbar-title-placement-end) ::slotted(ion-title) {
128
text-align: end;
129
0 commit comments