From 2879520cdc19e2aa9044b5ea77a0f78259579b15 Mon Sep 17 00:00:00 2001 From: Robert Lyon Date: Thu, 14 Jan 2016 11:38:27 +1300 Subject: [PATCH] Bug 1532992: Adding 'form-condensed' to friends control sidebar To stop the text flowing out on smaller screens behatnotneeded - design only change Change-Id: I8b0a24ce339aa17f503ca9c84b68591bef05dae9 Signed-off-by: Robert Lyon --- htdocs/lib/user.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/lib/user.php b/htdocs/lib/user.php index 3aebce68e..40820396b 100644 --- a/htdocs/lib/user.php +++ b/htdocs/lib/user.php @@ -2125,6 +2125,7 @@ function friends_control_sideblock($returnto='myfriends') { 'plugintype' => 'core', 'pluginname' => 'account', 'autofocus' => false, + 'class' => 'form-condensed', 'elements' => array( 'friendscontrol' => array( 'type' => 'radio', -- 2.22.2