Skip to content

Commit

Permalink
fix(admin-ui): Minor styling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Aug 8, 2019
1 parent 32017f3 commit c8fe561
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

.controls {
display: flex;
align-items: flex-end;
flex-wrap: wrap;
flex: 1;

label {
Expand All @@ -38,6 +38,7 @@
height: 40px;
margin-left: 6px;
margin-right: 24px;
max-width: 112px;
}
.dimension {
margin: 0 6px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
}
}

vdr-action-bar clr-toggle-wrapper {
margin-top: 10px;
}

.group-name {
padding-right: 6px;
}
Expand Down

0 comments on commit c8fe561

Please sign in to comment.