Skip to content

Commit 5448a9a

Browse files
committed
refactor: LogsRenderer, LogStageAccordion - css update
1 parent df6d530 commit 5448a9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Shared/Components/CICDHistory/LogStageAccordion.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const LogStageAccordion = ({
4242
<button
4343
className={`flexbox dc__transparent dc__content-space py-6 px-8 br-4 dc__align-items-center dc__select-text logs-renderer__stage-accordion ${
4444
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'}`}
4646
type="button"
4747
role="tab"
4848
onClick={handleAccordionToggle}

src/Shared/Components/CICDHistory/LogsRenderer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ export const LogsRenderer = ({
408408
}}
409409
>
410410
<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'}`}
412412
style={{
413413
backgroundColor: '#0C1021',
414414
}}

0 commit comments

Comments
 (0)