mirror of
https://github.com/harness/drone.git
synced 2025-05-20 19:09:59 +08:00
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:
parent
34bee25c56
commit
0378aa5c27
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user