Skip to content

Commit

Permalink
Merge 8be24cc into 367ad4e
Browse files Browse the repository at this point in the history
  • Loading branch information
rloomans committed Apr 22, 2020
2 parents 367ad4e + 8be24cc commit eb2e16a
Show file tree
Hide file tree
Showing 4 changed files with 1,274 additions and 11 deletions.
1 change: 1 addition & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ ratings:
- "**.py"
exclude_paths:
- "teamtemp/responses/migrations/"
- "teamtemp/static/wordcloud2.js"
- "gviz_api.py"
25 changes: 16 additions & 9 deletions teamtemp/static/style.css
Original file line number Diff line number Diff line change
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 All @@ -65,6 +64,14 @@ div.help-block {
page-break-after: always;
page-break-inside: avoid;
min-height: 400px;
/*
overflow-x: auto;
overflow-y: visible;
*/
position: relative;
padding: 50px;
border: 2px solid grey;
border-radius: 25px;
}

@media print {
Expand Down

0 comments on commit eb2e16a

Please sign in to comment.