From 5bca36689febe8cd6661d9660c86ea8d73f5d6cc Mon Sep 17 00:00:00 2001 From: Joris Tirado Date: Mon, 22 Oct 2018 17:24:00 -0700 Subject: [PATCH] UI-3209: Fix incorrect value for custom data attribute `feature` (#92) --- submodules/users/users.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/users/users.scss b/submodules/users/users.scss index 76886c7..096f80a 100644 --- a/submodules/users/users.scss +++ b/submodules/users/users.scss @@ -788,7 +788,7 @@ } } - &[data-feature="forward"] { + &[data-feature="call_forward"] { width: 600px; .btn-group {