Index: wp-admin/css/common.css
===================================================================
--- wp-admin/css/common.css	(revision 42249)
+++ wp-admin/css/common.css	(working copy)
@@ -2304,7 +2304,7 @@
 
 .importers {
 	font-size: 16px;
-	width: auto;
+	width: 80%;
 }
 
 .importers td {
@@ -2313,7 +2313,7 @@
 }
 
 .importers .import-system {
-	max-width: 250px;
+	max-width: 150px;
 }
 
 .importers td.desc {
@@ -2891,6 +2891,10 @@
 		padding: 12px 16px 0;
 		height: 46px;
 	}
+	
+	.importers {
+		width: 100%;
+	}
 }
 
 /* Thickbox for the Plugin details modal. */
Index: wp-admin/css/forms.css
===================================================================
--- wp-admin/css/forms.css	(revision 42249)
+++ wp-admin/css/forms.css	(working copy)
@@ -767,8 +767,7 @@
 	position: relative;
 	margin-top: 20px;
 	padding: 0.7em 2em 1em;
-	min-width: 255px;
-	max-width: 520px;
+	max-width: 70%;
 	border: 1px solid #e5e5e5;
 	box-shadow: 0 1px 1px rgba(0,0,0,0.04);
 	background: #fff;
@@ -1365,6 +1364,10 @@
 		max-width: 400px;
 		width: auto;
 	}
+	
+	.card {
+		max-width: 100%;
+	}
 }
 
 @media only screen and (max-height: 480px), screen and (max-width: 450px) {
