Remove scrollbars by removing overflow: scroll in places. Add a title for hover over on long (or otherwise) topics.
This commit is contained in:
parent
64727cb60e
commit
0eceb737de
3 changed files with 3 additions and 3 deletions
|
@ -127,7 +127,8 @@ limitations under the License.
|
|||
font-weight: 300;
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
overflow-y: scroll;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.mx_RoomHeader_avatar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue