Skip to content

Commit

Permalink
Stop URl preview from covering message box
Browse files Browse the repository at this point in the history
Fixes element-hq#23874 by adding a bit of padding.

1em should be sufficient to prevent the browser's URl preview from covering the entry box.
  • Loading branch information
edent authored Feb 7, 2025
1 parent 4a231c6 commit 0e2c614
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions res/css/structures/_RoomView.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Please see LICENSE files in the repository root for full details.
width: 100%;
flex: 0 0 auto;
margin-right: 2px;
padding-bottom: 1em;
}
}

Expand Down

0 comments on commit 0e2c614

Please sign in to comment.