Stop URl preview from covering message box (#29215)

* Stop URl preview from covering message box

Fixes #23874 by adding a bit of padding.

1em should be sufficient to prevent the browser's URl preview from covering the entry box.

* test: update timeline screenshots

* test: update test, fewer messages are displayed

---------

Co-authored-by: Florian Duros <florian.duros@ormaz.fr>
Co-authored-by: Florian D <florianduros@element.io>
This commit is contained in:
Terence Eden
2025-02-11 14:51:36 +00:00
committed by GitHub
parent 039b95eba0
commit 8bf3ec29b9
23 changed files with 3 additions and 2 deletions

View File

@@ -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;
}
}