Skip to content

Commit

Permalink
Check in adjusted dashboard styling
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffxy committed Jan 28, 2025
1 parent 9ff3510 commit 3b50202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ui/src/components/styles/BlueprintView.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
justify-content: space-around;
align-items: flex-start;
margin-bottom: 20px;
gap: 30px 25px;
}

.bp-preview-indicator-wrap {
Expand Down
2 changes: 1 addition & 1 deletion ui/src/components/styles/VirtualInfraView.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
display: flex;
justify-content: space-around;
flex-wrap: wrap;
gap: 30px 10px;
gap: 30px 25px;
}

.infra-controls {
Expand Down

0 comments on commit 3b50202

Please sign in to comment.