diff --git a/core/css/header.scss b/core/css/header.scss
index c03fa2aa0d3ca3e1567679c7396c353be22371b7..1e5e28467233e288cc5168c4e276b3bfa505b2fa 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -143,6 +143,8 @@
 	#header-left, .header-left {
 		flex: 0 0;
 		flex-grow: 1;
+		overflow: hidden;
+		white-space: nowrap;
 	}
 
 	#header-right, .header-right {
diff --git a/core/css/mobile.scss b/core/css/mobile.scss
index baf874db8f531c7a4ea549a47e4ca673fcd76b43..58bb076d81906a964563a04b1e1f6fc8c546ab25 100644
--- a/core/css/mobile.scss
+++ b/core/css/mobile.scss
@@ -31,11 +31,6 @@
 	align-items: center;
 }
 
-/* on mobile public share, show only the icon of the logo, hide the text */
-#body-public #header .header-appname-container {
-	display: none;
-}
-
 /* do not show update notification on mobile */
 #update-notification {
 	display: none !important;