fix for the ... button not being aligned for group invite tiles

This commit is contained in:
Bruno Windels 2019-02-15 12:37:22 +01:00
parent dedaf0f5a2
commit c39c0e4834
2 changed files with 5 additions and 0 deletions

View file

@ -191,3 +191,7 @@ limitations under the License.
.mx_RoomTile.mx_RoomTile_transparent:focus {
background-color: $roomtile-transparent-focused-color;
}
.mx_GroupInviteTile .mx_RoomTile_name {
flex: 1;
}