1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

Merge pull request #6527 from SimonBrandner/fix/font-topic/18339

Fix the wrong font being used in the room topic field
This commit is contained in:
James Salter
2021-08-03 10:06:58 +01:00
committed by GitHub

View File

@ -16,6 +16,7 @@ limitations under the License.
.mx_ProfileSettings_controls_topic {
& > textarea {
font-family: inherit;
resize: vertical;
}
}