Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6527 from SimonBrandner/fix/font-topic/18339
Browse files Browse the repository at this point in the history
Fix the wrong font being used in the room topic field
  • Loading branch information
James Salter authored Aug 3, 2021
2 parents 0b369b6 + 2dc13de commit 1b87ffb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions res/css/views/settings/_ProfileSettings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ limitations under the License.

.mx_ProfileSettings_controls_topic {
& > textarea {
font-family: inherit;
resize: vertical;
}
}
Expand Down

0 comments on commit 1b87ffb

Please sign in to comment.