mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
add min height to title to keep page redrwaw from flashing
This commit is contained in:
parent
8d46e78606
commit
a0ded889f9
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user