Skip to content

Commit e69f38a

Browse files
fixed #365 , #550 issues
1 parent 61ec64f commit e69f38a

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

src/components/ActionCard/Comment.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const Comment = ({avatarUrl, authorName, date, children, active, self}) => (
1717
{date}
1818
</div>
1919
</div>
20-
<div className="comment-body">
20+
<div className="comment-body draftjs-post">
2121
<p>
2222
{children}
2323
</p>

src/projects/detail/components/FeatureSelector/FeaturePreview.scss

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,16 @@
1111
.feature-preview-img {
1212
background: url('./images/Device-iPhone.svg') no-repeat;
1313
/*padding: (8 * $base-unit) (12 * $base-unit) ;*/
14-
padding: 9.18vh 1.57vw;
15-
height: 78.5vh;
14+
padding: 22% 7%;
15+
width: 100%;
16+
max-width: 273px;
1617
background-size: contain;
1718
}
1819
img {
19-
max-height: 100%;
20+
display: inline-block;
21+
width: 100%;
22+
max-width: 235px;
23+
24+
/*max-height: 500px;*/
2025
}
2126
}

0 commit comments

Comments
 (0)