1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-09 08:42:50 +03:00

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 { .mx_SetIntegrationManager > .mx_SettingsTab_heading > .mx_SettingsTab_subheading {
display: inline-block; display: inline-block;
padding-left: 5px; padding-left: 5px;
font-size: 14px;
} }