mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-22 15:39:11 +00:00
style fix: handle long titles
long titles would overflow - list editor - info titles - backstage view - public view
This commit is contained in:
@@ -26,19 +26,19 @@ export default function InfoTitle(props) {
|
||||
|
||||
{!collapsed && (
|
||||
<>
|
||||
<div>
|
||||
<div className={style.labelContainer}>
|
||||
<span className={noTitl ? style.emptyLabel : style.label}>
|
||||
Title
|
||||
</span>
|
||||
{data.title}
|
||||
</div>
|
||||
<div>
|
||||
<div className={style.labelContainer}>
|
||||
<span className={noPres ? style.emptyLabel : style.label}>
|
||||
Presenter
|
||||
</span>
|
||||
{data.presenter}
|
||||
</div>
|
||||
<div>
|
||||
<div className={style.labelContainer}>
|
||||
<span className={noSubt ? style.emptyLabel : style.label}>
|
||||
Subtitle
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user