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
commit 1b87ffb7cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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