From 7cc27beb4433ea78a95a56dc13b3eb0e8be1caee Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Mon, 19 Aug 2019 14:34:22 +0100 Subject: [PATCH] Remove custom font size for IM URL As best as I can tell, the designs call for the IM URL to be the same size as other subheadings. The font size in Zeplin doesn't match what is currently used in Settings, so this likely caused confusion. --- res/css/views/settings/_SetIntegrationManager.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/res/css/views/settings/_SetIntegrationManager.scss b/res/css/views/settings/_SetIntegrationManager.scss index 7fda042864..d532492ea8 100644 --- a/res/css/views/settings/_SetIntegrationManager.scss +++ b/res/css/views/settings/_SetIntegrationManager.scss @@ -30,5 +30,4 @@ limitations under the License. .mx_SetIntegrationManager > .mx_SettingsTab_heading > .mx_SettingsTab_subheading { display: inline-block; padding-left: 5px; - font-size: 14px; }