Skip to content
Snippets Groups Projects
Commit 75857135 authored by Skander Hatira's avatar Skander Hatira
Browse files

browse page buttons position fix when non-linux alert is up

parent aae2f6e8
No related branches found
No related tags found
No related merge requests found
Pipeline #41952 passed
......@@ -389,7 +389,7 @@ export default function VisualizationFill() {
return (
<Container maxWidth="lg" className={classes.container} gutterbottom>
<Grid container direction="column" alignItems="center" gutterBottom>
<Box m={3}>
<Box m={sessionStorage.Platform == "linux" ? 3 : 10}>
{" "}
<ButtonGroup
color="primary"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment