1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00

Fix out of place text on right oriented bubbled messages.

This commit is contained in:
Maximilian Mader 2013-09-08 21:02:45 +02:00
parent fb12e4418f
commit b6b3458718

View File

@ -312,6 +312,10 @@
.username {
float: right;
}
.text {
clear: left;
}
}
}
}