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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user