Truncate long headers in Stream Settings dialog (#215)

This commit is contained in:
redphx 2024-01-09 17:31:30 +07:00
parent 0c45a7705d
commit 2fb61c1c44

View File

@ -7773,6 +7773,9 @@ div[class*=StreamMenu-module__menuContainer] > div[class*=Menu-module] {
flex: 1;
height: 32px;
line-height: 32px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.bx-quick-settings-tab-contents h2 a {