Skip to content

Commit

Permalink
Merge pull request #15513 from strapi/fix/MainNav-snapshots
Browse files Browse the repository at this point in the history
[Fix] AddLogoDialog snapshots
  • Loading branch information
ronronscelestes committed Jan 20, 2023
2 parents e66609e + 922e769 commit 7d482c8
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@ exports[`ApplicationInfosPage | AddLogoDialog shoud render from computer tab and
.c10 {
height: 1px;
border: none;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
margin: 0;
}
Expand Down Expand Up @@ -740,6 +743,9 @@ exports[`ApplicationInfosPage | AddLogoDialog shoud render from url tab and matc
.c10 {
height: 1px;
border: none;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
margin: 0;
}
Expand Down

0 comments on commit 7d482c8

Please sign in to comment.