Fix overflow of overlay labels

This commit is contained in:
Max Goodhart
2020-11-13 01:38:45 -08:00
parent cc74cf6518
commit 524bcb5ed1

View File

@@ -174,6 +174,8 @@ const StreamTitle = styled.div`
return `bottom: 0; left: 0;`
}
}}
max-width: calc(100% - 10px);
box-sizing: border-box;
display: inline-flex;
align-items: center;