Skip to content

Commit

Permalink
fix: fix styling for textarea
Browse files Browse the repository at this point in the history
  • Loading branch information
omarbassam88 committed Oct 21, 2024
1 parent 5f37084 commit 2e73f87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions components/x-gift-article/src/ShareArticleDialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@
margin: 0;
}

#share-link {
margin-bottom: oSpacingByName('s4');
}

padding: oSpacingByName('s4');

.share-article-dialog__header {
Expand Down
2 changes: 1 addition & 1 deletion components/x-gift-article/src/UrlSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const UrlSection = (props) => {
{includeHighlights ? (
<textarea
rows={12}
cols={100}
cols={40}
id="share-link"
name={urlType}
value={`${article.title} - "${trimHighlights(highlight)}"\n\n${url}`}
Expand Down

0 comments on commit 2e73f87

Please sign in to comment.