Skip to content

Commit 2de2f59

Browse files
authored
Merge pull request #780 from Namanv0509/td-img-wdith
Image width fix for table Update _styles_project.scss
2 parents 6b806f0 + 50b3a8b commit 2de2f59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

assets/scss/_styles_project.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ body {
139139

140140
overflow-x: hidden;
141141
}
142+
.td-content .card img {
143+
width: 100% ;
144+
}
142145

143146
// Links
144147

0 commit comments

Comments
 (0)