Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #32 from watson-developer-cloud/terms-of-use
Browse files Browse the repository at this point in the history
Terms of use
  • Loading branch information
jeff-arn authored May 20, 2019
2 parents edf41a1 + 2fdc0a5 commit 81d747e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 4 additions & 2 deletions public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ div {
}

.chat-column {
height: 93%;
display: flex;
flex-direction: column;
height: 90%;
padding: 0.9375rem 0 0.625rem 0;
margin: auto;
text-align: left;
Expand All @@ -78,10 +80,10 @@ div {
}

#scrollingChat {
flex: 1;
margin: 0.75rem;
overflow-y: auto;
overflow-x: hidden;
height: calc(100% - 10rem);
}

.message-inner {
Expand Down
7 changes: 7 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@
No Personal Data is to be entered into this system as it may not have the necessary controls
in place to meet the requirements of the General Data Protection Regulation (EU) 2016/679.
</div>
<div class="gdprDescription">
By using this application, you agree to the&nbsp;
<a target="_blank" rel="noreferrer noopener"
href="https://watson-developer-cloud.github.io/terms?name=Food%20Coach%20Demo">
Terms of Use
</a>
</div>
</div>
<div id="payload-column" class="fixed-column content-column">
<div id="payload-initial-message">Type something to see the
Expand Down

0 comments on commit 81d747e

Please sign in to comment.