1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-12-21 21:30:08 +00:00

Add clearfix to .timsChatText to prevent floated content destroying the layout

This commit is contained in:
Maximilian Mader 2014-08-12 21:09:30 +02:00
parent bc11d9a7ef
commit 61bba5529c

View File

@ -274,6 +274,14 @@
}
}
}
.timsChatInnerMessage {
> .timsChatTextContainer {
.timsChatText {
.clearfix;
}
}
}
}
&:nth-child(even) {