Skip to content

Commit

Permalink
fix: align tilt widgets controls
Browse files Browse the repository at this point in the history
  • Loading branch information
nvsukhanov committed Mar 11, 2024
1 parent e11972e commit ec427ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
margin: 0;
padding: 0;
min-width: 36px;
justify-self: end;
justify-self: center;
}

.pitch-gauge {
Expand Down
2 changes: 1 addition & 1 deletion modules/widgets/src/lib/roll/roll-widget.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
margin: 0;
padding: 0;
min-width: 36px;
justify-self: end;
justify-self: center;
}

.roll-gauge {
Expand Down
2 changes: 1 addition & 1 deletion modules/widgets/src/lib/yaw/yaw-widget.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
margin: 0;
padding: 0;
min-width: 36px;
justify-self: end;
justify-self: center;
}

.roll-gauge {
Expand Down

0 comments on commit ec427ff

Please sign in to comment.