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

pull/5549/head
Richard Lewis 2017-11-08 17:02:17 +00:00
parent e7fbad2236
commit 76570a0f14
1 changed files with 1 additions and 0 deletions

View File

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