Skip to content

Commit

Permalink
Fix ExperimentHeader styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jescalada committed Feb 9, 2024
1 parent 94a38f3 commit 44674a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/src/components/AppBar/AppBar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,16 @@

&__content {
display: flex;
flex: 5;
align-items: center;
justify-content: right;
&--disabled {
pointer-events: none;
opacity: 0.5;
}

.ExperimentHeader__headerContainer {
margin-right: auto;
}
}
}

0 comments on commit 44674a9

Please sign in to comment.