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
+2 -2
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;
}
}