Skip to content

Commit

Permalink
DSEGOG-341 Test removing a workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
joelvdavies committed Sep 3, 2024
1 parent ce4b1c6 commit 288e650
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions src/plotting/plotSettings/yAxisTab.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -468,18 +468,11 @@ const YAxisTab = (props: YAxisTabProps) => {
</Typography>
</Tooltip>
<Box
sx={
// for some reason, styling these buttons in a row causes webkit
// headless playwright e2e tests on linux to fail - so disable this styling in e2e builds
/* istanbul ignore next */
import.meta.env.VITE_APP_BUILD_STANDALONE === 'true'
? {}
: {
display: 'flex',
flexDirection: 'row',
alignItems: 'center',
}
}
sx={{
display: 'flex',
flexDirection: 'row',
alignItems: 'center',
}}
>
<MoreOptionsToggle
channel={plotChannel}
Expand Down

0 comments on commit 288e650

Please sign in to comment.