Commit b97e23ea authored by JC Brand's avatar JC Brand

CSS fixes for overflowing text.

parent 6ea339ca
Changelog
=========
0.4 (Unreleased)
----------------
- CSS tweaks: fixed overflowing text in status message and chatrooms list.
[jcbrand]
0.3 (2013-05-21)
----------------
......
......@@ -304,6 +304,7 @@ dl.add-converse-contact {
text-overflow: ellipsis;
white-space: nowrap;
float: left;
width: 130px;
}
#fancy-xmpp-status-select a.change-xmpp-status-message {
......@@ -503,7 +504,7 @@ a.configure-chatroom-button {
text-overflow: ellipsis;
white-space: nowrap;
display: inline-block;
width: 170px;
width: 165px;
}
#available-chatrooms dt,
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment