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

Commit

Permalink
Fix resizing room topic (#8966)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBrandner authored Jul 4, 2022
1 parent 6543f6a commit 0026e04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions res/css/views/settings/_ProfileSettings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ limitations under the License.
resize: vertical;
}

&.mx_ProfileSettings_profile_controls_topic--room {
height: 4em;
&.mx_ProfileSettings_profile_controls_topic--room textarea {
min-height: 4em;
}
}

Expand Down

0 comments on commit 0026e04

Please sign in to comment.