Skip to content

Commit

Permalink
Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bheston committed Sep 24, 2023
1 parent 7bfdef8 commit e681f29
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const styles = css`
color: inherit;
font: inherit;
height: calc(100% - 4px);
flex-grow: 1;
margin-bottom: auto;
margin-top: auto;
padding: 0 calc(var(--design-unit) * 2px + 1px);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const styles = css`
border: 0;
color: inherit;
height: calc(100% - 4px);
flex-grow: 1;
margin-top: auto;
margin-bottom: auto;
border: none;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { textAreaTemplate } from "./text-area.template.js";
export { FASTTextArea, TextAreaResize } from "./text-area.js";
export { FASTTextArea, TextAreaOptions, TextAreaResize } from "./text-area.js";
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const styles = css`
border: 0;
color: inherit;
height: calc(100% - 4px);
flex-grow: 1;
margin-top: auto;
margin-bottom: auto;
border: none;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const styles = css`
border: 0;
color: inherit;
height: calc(100% - 4px);
flex-grow: 1;
margin-top: auto;
margin-bottom: auto;
border: none;
Expand Down

0 comments on commit e681f29

Please sign in to comment.