diff --git a/core/css/apps.css b/core/css/apps.css
index 2042401489f04450da6c1e5b41377089a99e852f..4638c453964ccb7ef403a042dda9b5544d64bab5 100644
--- a/core/css/apps.css
+++ b/core/css/apps.css
@@ -189,7 +189,6 @@
 	position: absolute;
 	top: 0;
 	right: 0;
-	bottom: 0;
 	z-index: 105;
 }
 
@@ -335,7 +334,8 @@
 	#app-navigation .app-navigation-entry-edit input {
 		border-bottom-right-radius: 0;
 		border-top-right-radius: 0;
-		width: 204px;
+		width: 190px;
+		width: calc(100% - 36px);
 		padding: 5px;
 		margin-right: 0;
 		height: 38px;