Skip to content

Commit

Permalink
fix: Set sidebar display to flex (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
AliviaHoward authored May 21, 2024
1 parent a2514c2 commit 2487a0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions addon/styles/_application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
padding-left: 0.9em;
padding-right: 0.9em;
}
display: flex;
}

.nrg-application {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-nrg-ui",
"version": "4.7.4",
"version": "4.7.5",
"description": "Opinionated UI addon based on how KUB scaffolds web applications",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 2487a0c

Please sign in to comment.