Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Add width to roomTile_nameStack in _InviteDialog.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
SpookyDooky committed Mar 20, 2022
1 parent d7a3f39 commit e702289
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions res/css/views/dialogs/_InviteDialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ limitations under the License.
.mx_InviteDialog_roomTile_nameStack {
display: inline-block;
overflow: hidden;
width: calc(70%);
}

.mx_InviteDialog_roomTile_name {
Expand Down

0 comments on commit e702289

Please sign in to comment.