fix circular images in instructions markdown modal

This commit is contained in:
Lucy Cifferello
2022-06-17 15:57:09 -06:00
committed by Lucy C
parent 0ac5b34f2d
commit 889cf03c1c
2 changed files with 16 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
.content-padding {
padding: 0 16px 16px 16px
padding: 0 16px 16px 16px;
}
:host ::ng-deep img {
border-radius: 0 !important;
}