12 lines
240 B
SCSS
12 lines
240 B
SCSS
ion-app.app-root core-navigation-bar {
|
|
.core-navigation-bar-arrow {
|
|
text-transform: none;
|
|
max-width: 100%;
|
|
|
|
core-format-text {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
}
|
|
}
|