Skip to content

Commit

Permalink
Merge 14e312d into 748830b
Browse files Browse the repository at this point in the history
  • Loading branch information
rloomans committed May 10, 2020
2 parents 748830b + 14e312d commit 4a4a2b0
Show file tree
Hide file tree
Showing 4 changed files with 1,266 additions and 11 deletions.
1 change: 1 addition & 0 deletions .codeclimate.yml
Expand Up @@ -27,4 +27,5 @@ ratings:
- "**.py"
exclude_paths:
- "teamtemp/responses/migrations/"
- "teamtemp/static/wordcloud2.js"
- "gviz_api.py"
17 changes: 8 additions & 9 deletions teamtemp/static/style.css
Expand Up @@ -35,15 +35,14 @@ div.help-block {

.wordcloud-text {
font-size: large;
padding: 50px;
color: green;
border: 2px solid grey;
border-radius: 25px;
min-height: 400px;
background-color: #eee;
word-spacing: 10px;
line-height: 200%;
word-break: keep-all;
display: block;
position: relative;
}

#wordcloud-canvas {
display: block;
overflow: hidden;
position: relative;
}

#wordcloud-link::after {
Expand Down

0 comments on commit 4a4a2b0

Please sign in to comment.