add min height to title to keep page redrwaw from flashing

This commit is contained in:
John Mitchell 2021-01-19 11:49:58 -05:00
parent 8d46e78606
commit a0ded889f9

View File

@ -39,9 +39,15 @@ const ScreenHeader = ({ breadcrumbConfig, i18n, streamType }) => {
</Route>
</Breadcrumb>
)}
<Route path="/:path">
<ActualTitle breadcrumbConfig={breadcrumbConfig} />
</Route>
<div
style={{
minHeight: '31px',
}}
>
<Route path="/:path">
<ActualTitle breadcrumbConfig={breadcrumbConfig} />
</Route>
</div>
</div>
{streamType !== 'none' && (
<div>