mirror of https://github.com/vector-im/riot-web
Make long topics overflow in to a second, hidden column.
parent
e7fbad2236
commit
76570a0f14
|
@ -185,6 +185,7 @@ limitations under the License.
|
|||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
border-bottom: 1px solid transparent;
|
||||
column-width: 960px;
|
||||
}
|
||||
|
||||
.mx_RoomHeader_avatar {
|
||||
|
|
Loading…
Reference in New Issue