mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 18:55:58 +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;
|
||||
}
|
||||
|
||||
&.mx_ProfileSettings_profile_controls_topic--room {
|
||||
height: 4em;
|
||||
&.mx_ProfileSettings_profile_controls_topic--room textarea {
|
||||
min-height: 4em;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue