Skip to content

Commit

Permalink
[ADF-5345] - fixed border for aspect dialog (#6746)
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoAlbano committed Feb 26, 2021
1 parent b426905 commit efdc63b
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -20,6 +20,7 @@
padding-top: 3px;
height: 400px;
overflow: auto;
border: 1px solid mat-color($foreground, base, 0.07);

.adf-aspect-list-check-button {
margin-right: 5px;
Expand All @@ -40,8 +41,6 @@

.mat-expansion-panel-header {
font-size: smaller;
border-right-style: inset;
border-left-style: outset;
}

.mat-expansion-panel-header-title {
Expand Down

0 comments on commit efdc63b

Please sign in to comment.