mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-30 07:41:17 +01:00
fix message spacing on Safari caused by switching back to <li/>s...
This commit is contained in:
parent
5d962e1feb
commit
191d56673b
@ -121,6 +121,10 @@ limitations under the License.
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.mx_RoomView_MessageList li {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.mx_RoomView_MessageList h2 {
|
||||
clear: both;
|
||||
margin-top: 32px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user