forked from matrix/element-web
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;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_RoomView_MessageList li {
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_RoomView_MessageList h2 {
|
.mx_RoomView_MessageList h2 {
|
||||||
clear: both;
|
clear: both;
|
||||||
margin-top: 32px;
|
margin-top: 32px;
|
||||||
|
|
Loading…
Reference in New Issue