diff --git a/core/modules/system/system.base.css b/core/modules/system/system.base.css
index a0b66e6..3f074c7 100644
--- a/core/modules/system/system.base.css
+++ b/core/modules/system/system.base.css
@@ -246,6 +246,7 @@ input {
   clip: rect(1px, 1px, 1px, 1px);
   overflow: hidden;
   height: 1px;
+  width: 1px;
 }
 
 /**
@@ -258,6 +259,7 @@ input {
   clip: auto;
   overflow: visible;
   height: auto;
+  width: auto;
 }
 
 /**
diff --git a/core/themes/bartik/css/style.css b/core/themes/bartik/css/style.css
index f4f88d8..89e4fd4 100644
--- a/core/themes/bartik/css/style.css
+++ b/core/themes/bartik/css/style.css
@@ -298,7 +298,7 @@ ul.tips {
   background: #444;
   background: rgba(0, 0, 0, 0.6);
   color: #fff;
-  display: block;
+  display: inline-block;
   font-size: 0.94em;
   line-height: 1.7;
   padding: 1px 10px 2px 10px;
diff --git a/core/themes/seven/style.css b/core/themes/seven/style.css
index 6e083a7..52db095 100644
--- a/core/themes/seven/style.css
+++ b/core/themes/seven/style.css
@@ -161,7 +161,7 @@ pre {
 #skip-link a,
 #skip-link a:link,
 #skip-link a:visited {
-  display: block;
+  display: inline-block;
   background: #444;
   color: #fff;
   font-size: 0.94em;
