Make long topics overflow in to a second, hidden column.

This commit is contained in:
Richard Lewis 2017-11-08 17:02:17 +00:00
parent e7fbad2236
commit 76570a0f14

View File

@ -185,6 +185,7 @@ limitations under the License.
overflow: hidden;
text-overflow: ellipsis;
border-bottom: 1px solid transparent;
column-width: 960px;
}
.mx_RoomHeader_avatar {