Skip to content

Commit

Permalink
Visual fix for actions dropdown near page title.
Browse files Browse the repository at this point in the history
  • Loading branch information
impworks committed Jan 28, 2024
1 parent eb47bba commit 262794b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/Bonsai/Areas/Common/Styles/Components/front/page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,22 @@

.content {
.content-header {
h1, .dropdown {
float: left;
margin-top: 10px;
margin-bottom: 24px;
clear: both;

h1 {
display: inline;
}

.dropdown {
margin-top: 30px;
margin-left: 10px;

button.btn {
height: 26px;
margin-top: -11px;
}
}

&::after {
Expand Down

0 comments on commit 262794b

Please sign in to comment.