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.
This commit is contained in:
J. Ryan Stinnett 2019-08-19 14:34:22 +01:00
parent cd26b73386
commit 7cc27beb44

View file

@ -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;
}