fix: [AH-576]: update the position of copy button in commandBlock (#2894)

* fix: [AH-576]: update the position of copy button in commandBlock
This commit is contained in:
Shivanand Sonnad 2024-10-29 16:54:00 +00:00 committed by Harness
parent 34bee25c56
commit 0378aa5c27

View File

@ -76,7 +76,7 @@ const CommandBlock: React.FC<CommandBlockProps> = ({
}
return (
<Layout.Horizontal
flex={{ justifyContent: 'space-between', alignItems: 'center' }}
flex={{ justifyContent: 'space-between', alignItems: 'flex-start' }}
className={cx(css.commandBlock, { [css.darkmode]: darkmode })}>
<Text
color={darkmode ? Color.WHITE : undefined}