mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04: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…
Reference in New Issue
Block a user