style fix: handle long titles

long titles would overflow
- list editor
- info titles
- backstage view
- public view
This commit is contained in:
cv
2021-10-24 12:38:57 +02:00
parent 759dece70f
commit a638e5962c
6 changed files with 27 additions and 4 deletions
+3 -3
View File
@@ -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>