diff --git a/panels/network/connection-editor/details-page.ui b/panels/network/connection-editor/details-page.ui
index af7ffc76f..7c2fecdec 100644
--- a/panels/network/connection-editor/details-page.ui
+++ b/panels/network/connection-editor/details-page.ui
@@ -36,6 +36,8 @@
0
Weak
True
+ 50
+ end
1
@@ -70,6 +72,8 @@
1Mb/sec
True
True
+ 50
+ end
1
@@ -213,6 +217,8 @@
WPA
True
True
+ 50
+ end
1
@@ -229,6 +235,8 @@
127.0.0.1
True
True
+ 50
+ end
1
@@ -245,6 +253,8 @@
::1
True
True
+ 50
+ end
1
@@ -261,6 +271,8 @@
AA:BB:CC:DD:55:66:77:88
True
True
+ 50
+ end
1
@@ -277,6 +289,8 @@
127.0.0.1
True
True
+ 50
+ end
1
@@ -295,6 +309,8 @@
True
True
True
+ 50
+ end
1
@@ -311,6 +327,8 @@
today
True
True
+ 50
+ end
1
diff --git a/panels/network/network-mobile.ui b/panels/network/network-mobile.ui
index 3e9602242..00640bb4d 100644
--- a/panels/network/network-mobile.ui
+++ b/panels/network/network-mobile.ui
@@ -65,6 +65,8 @@
0
1234567890
True
+ 50
+ end
1
@@ -80,6 +82,8 @@
0
SuperTel Supremo
True
+ 50
+ end
1
@@ -95,6 +99,8 @@
0
127.0.0.1
True
+ 50
+ end
1
@@ -109,6 +115,8 @@
False
0
True
+ 50
+ end
1
@@ -123,6 +131,8 @@
False
0
True
+ 50
+ end
1
@@ -139,6 +149,8 @@
0
True
True
+ 50
+ end
1
diff --git a/panels/network/network-wifi.ui b/panels/network/network-wifi.ui
index 4322f3e18..ba758485f 100644
--- a/panels/network/network-wifi.ui
+++ b/panels/network/network-wifi.ui
@@ -161,6 +161,8 @@
0
True
+ 50
+ end
1
@@ -176,6 +178,8 @@
0
True
+ 50
+ end
1
@@ -191,6 +195,8 @@
0
True
+ 50
+ end
1
@@ -224,9 +230,11 @@
0
True
-
-
-
+ 50
+ end
+
+
+
1
diff --git a/panels/network/panel-common.c b/panels/network/panel-common.c
index 9b15d11ba..bb1b59029 100644
--- a/panels/network/panel-common.c
+++ b/panels/network/panel-common.c
@@ -328,8 +328,6 @@ panel_set_device_widget_details (GtkLabel *heading,
gtk_widget_show (GTK_WIDGET (heading));
gtk_widget_show (GTK_WIDGET (widget));
gtk_label_set_label (widget, value);
- gtk_label_set_max_width_chars (widget, 50);
- gtk_label_set_ellipsize (widget, PANGO_ELLIPSIZE_END);
}
return TRUE;
}