fix: 🚑 issue content images max size + flex-list
parent
5a4975650a
commit
422f0c1fc7
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1,7 @@
|
||||
@mixin apply-styles {
|
||||
.issue-content {
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue