Skip to content
This repository was archived by the owner on Apr 30, 2020. It is now read-only.

Commit ed1a5da

Browse files
author
lepon01
committed
Add max width to image of 100%
1 parent 93769e4 commit ed1a5da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/BotPageContentBox/index.module.scss

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
padding: 0;
1717
}
1818
}
19+
20+
img {
21+
max-width: 100%;
22+
}
1923
}
2024

2125
.tableContainer {

0 commit comments

Comments
 (0)