File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Shared/Components/CICDHistory Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ const LogStageAccordion = ({
42
42
< button
43
43
className = { `flexbox dc__transparent dc__content-space py-6 px-8 br-4 dc__align-items-center dc__select-text logs-renderer__stage-accordion ${
44
44
isOpen ? 'logs-renderer__stage-accordion--open-stage' : ''
45
- } dc__position-sticky dc__zi-1 ${ fullScreenView ? 'dc__top-44' : 'dc__top-82 ' } `}
45
+ } dc__position-sticky dc__zi-1 ${ fullScreenView ? 'dc__top-44' : 'dc__top-80 ' } `}
46
46
type = "button"
47
47
role = "tab"
48
48
onClick = { handleAccordionToggle }
Original file line number Diff line number Diff line change @@ -408,7 +408,7 @@ export const LogsRenderer = ({
408
408
} }
409
409
>
410
410
< div
411
- className = { `flexbox-col pb-7 dc__position-sticky dc__zi-2 ${ fullScreenView ? 'dc__top-0' : 'dc__top-38 ' } ` }
411
+ className = { `flexbox-col pb-7 dc__position-sticky dc__zi-2 ${ fullScreenView ? 'dc__top-0' : 'dc__top-36 ' } ` }
412
412
style = { {
413
413
backgroundColor : '#0C1021' ,
414
414
} }
You can’t perform that action at this time.
0 commit comments