diff --git a/src/addons/blog/pages/entries/entries.html b/src/addons/blog/pages/entries/entries.html
index 73b15a137..9f4efbfec 100644
--- a/src/addons/blog/pages/entries/entries.html
+++ b/src/addons/blog/pages/entries/entries.html
@@ -64,14 +64,12 @@
{{ 'addon.blog.linktooriginalentry' | translate }}
- entry.created">
-
-
- {{entry.lastmodified | coreTimeAgo}}
-
-
-
+
entry.created">
+
+ {{entry.lastmodified | coreTimeAgo}}
+
+
diff --git a/src/core/components/navigation-bar/core-navigation-bar.html b/src/core/components/navigation-bar/core-navigation-bar.html
index b04994a15..175e0f549 100644
--- a/src/core/components/navigation-bar/core-navigation-bar.html
+++ b/src/core/components/navigation-bar/core-navigation-bar.html
@@ -1,20 +1,20 @@
-
-
+
+
-
-
+
+
-
+
* {
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+}
+
ion-item.ion-text-wrap ion-label {
white-space: normal !important;
}
+ion-button core-format-text .core-format-text-content {
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ display: block;
+}
+
+ion-button > * {
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+}
+
+ion-button.ion-text-wrap {
+ white-space: normal;
+ core-format-text .core-format-text-content {
+ white-space: normal;
+ display: contents;
+ }
+
+ & > * {
+ white-space: normal;
+ }
+}
+
+
@each $color-name, $value in $colors {
$value: map-get($colors, $color-name);
$base: map-get($value, base);