mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 03:05:51 +03:00
Fix resizing room topic (#8966)
This commit is contained in:
parent
6543f6a7d1
commit
0026e0462b
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@ limitations under the License.
|
||||||
resize: vertical;
|
resize: vertical;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.mx_ProfileSettings_profile_controls_topic--room {
|
&.mx_ProfileSettings_profile_controls_topic--room textarea {
|
||||||
height: 4em;
|
min-height: 4em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue