From 02a41214016d79933e521dcef88f3c8a8663b00e Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 14 Aug 2019 08:55:49 -0600 Subject: [PATCH] Mixin for field width --- res/css/views/settings/_SetIntegrationManager.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/views/settings/_SetIntegrationManager.scss b/res/css/views/settings/_SetIntegrationManager.scss index 8a1380cd1f..7fda042864 100644 --- a/res/css/views/settings/_SetIntegrationManager.scss +++ b/res/css/views/settings/_SetIntegrationManager.scss @@ -15,7 +15,7 @@ limitations under the License. */ .mx_SetIntegrationManager .mx_Field_input { - margin-right: 100px; // Align with the other fields on the page + @mixin mx_Settings_fullWidthField; } .mx_SetIntegrationManager {