mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 01:17:35 -02:30
add min height to title to keep page redrwaw from flashing
This commit is contained in:
@@ -39,9 +39,15 @@ const ScreenHeader = ({ breadcrumbConfig, i18n, streamType }) => {
|
|||||||
</Route>
|
</Route>
|
||||||
</Breadcrumb>
|
</Breadcrumb>
|
||||||
)}
|
)}
|
||||||
<Route path="/:path">
|
<div
|
||||||
<ActualTitle breadcrumbConfig={breadcrumbConfig} />
|
style={{
|
||||||
</Route>
|
minHeight: '31px',
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<Route path="/:path">
|
||||||
|
<ActualTitle breadcrumbConfig={breadcrumbConfig} />
|
||||||
|
</Route>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{streamType !== 'none' && (
|
{streamType !== 'none' && (
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Reference in New Issue
Block a user