forked from matrix/element-web
Merge pull request #6106 from vector-im/luke/fix-long-group-name
Fix long group name pushing settings cog into void
This commit is contained in:
commit
d484a1cd85
|
@ -90,6 +90,8 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_GroupView_header_leftCol {
|
.mx_GroupView_header_leftCol {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_GroupView_header_rightCol {
|
.mx_GroupView_header_rightCol {
|
||||||
|
|
Loading…
Reference in New Issue