Skip to content

Commit

Permalink
Merge pull request #792 from valadas/css-issues
Browse files Browse the repository at this point in the history
Vixed some css issues
  • Loading branch information
valadas authored Dec 31, 2024
2 parents 0cac809 + 105d17c commit c3e9b38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.header {
display: flex;
justify-content: space-between;
gap: 1rem;

dnn-searchbox {
flex-grow: 1;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:host {
display: block;

.form {
form {
display: flex;
flex-direction: column;
margin: 0.25rem;
Expand Down

0 comments on commit c3e9b38

Please sign in to comment.