fix message spacing on Safari caused by switching back to <li/>s...

This commit is contained in:
Matthew Hodgson 2015-10-11 18:21:36 +01:00
parent 5d962e1feb
commit 191d56673b

View file

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