mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-24 22:22:50 -05:00
Fix overflow of overlay labels
This commit is contained in:
@@ -174,6 +174,8 @@ const StreamTitle = styled.div`
|
|||||||
return `bottom: 0; left: 0;`
|
return `bottom: 0; left: 0;`
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
|
max-width: calc(100% - 10px);
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user