Fix resizing room topic (#8966)

This commit is contained in:
Šimon Brandner 2022-07-04 11:09:08 +02:00 committed by GitHub
parent 6543f6a7d1
commit 0026e0462b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}