Skip to content

Commit f0285ec

Browse files
committed
fix image-width in activity description
1 parent 03db749 commit f0285ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/app/component/activity-description/activity-description.component.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@
5555
list-style: none;
5656
}
5757

58+
::ng-deep #description img {
59+
max-width: 100%;
60+
}
61+
5862
/* Ensure panel titles don't wrap */
5963
mat-panel-title b {
6064
white-space: nowrap;

0 commit comments

Comments
 (0)