Skip to content

Commit d484a1c

Browse files
authored
Merge pull request element-hq#6106 from vector-im/luke/fix-long-group-name
Fix long group name pushing settings cog into void
2 parents 5c3e2dc + 4b7561a commit d484a1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/skins/vector/css/matrix-react-sdk/structures/_GroupView.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ limitations under the License.
9090

9191
.mx_GroupView_header_leftCol {
9292
flex: 1;
93+
94+
overflow: hidden;
9395
}
9496

9597
.mx_GroupView_header_rightCol {

0 commit comments

Comments
 (0)