File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
protocol-designer/src/pages/ProtocolOverview Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
import { useTranslation } from 'react-i18next'
2
2
3
3
import {
4
+ ALIGN_CENTER ,
4
5
Btn ,
5
6
COLORS ,
6
7
DIRECTION_COLUMN ,
@@ -77,7 +78,7 @@ export function InstrumentsInfo({
77
78
78
79
return (
79
80
< Flex flexDirection = { DIRECTION_COLUMN } gridGap = { SPACING . spacing12 } >
80
- < Flex justifyContent = { JUSTIFY_SPACE_BETWEEN } >
81
+ < Flex justifyContent = { JUSTIFY_SPACE_BETWEEN } alignItems = { ALIGN_CENTER } >
81
82
< StyledText desktopStyle = "headingSmallBold" >
82
83
{ t ( 'instruments' ) }
83
84
</ StyledText >
Original file line number Diff line number Diff line change 1
1
import { useTranslation } from 'react-i18next'
2
2
import {
3
+ ALIGN_CENTER ,
3
4
Btn ,
4
5
COLORS ,
5
6
DIRECTION_COLUMN ,
@@ -36,7 +37,7 @@ export function ProtocolMetadata({
36
37
37
38
return (
38
39
< Flex flexDirection = { DIRECTION_COLUMN } gridGap = { SPACING . spacing12 } >
39
- < Flex justifyContent = { JUSTIFY_SPACE_BETWEEN } >
40
+ < Flex justifyContent = { JUSTIFY_SPACE_BETWEEN } alignItems = { ALIGN_CENTER } >
40
41
< StyledText desktopStyle = "headingSmallBold" >
41
42
{ t ( 'protocol_metadata' ) }
42
43
</ StyledText >
You can’t perform that action at this time.
0 commit comments