Skip to content

Commit

Permalink
fix: misaligned source in activities (#1108)
Browse files Browse the repository at this point in the history
see the issue for details

fixes issue #1099
  • Loading branch information
DanielPalafox authored Sep 11, 2021
1 parent 66e815c commit c583db9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/cdk/panel/panel-source/panel-source.component.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
app-panel-data {
::ng-deep .panel-data-container {
align-items: center;
}
}

.panel-footer,
.panel-footer > div {
display: flex;
Expand Down

0 comments on commit c583db9

Please sign in to comment.