Skip to content

Commit

Permalink
Minor UI fix to speech bubbles on detailed survey report
Browse files Browse the repository at this point in the history
  • Loading branch information
remomueller committed May 12, 2016
1 parent dc52216 commit 7b3a8e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
- Removed requirement to do a research tutorial before casting votes
- **Survey Changes**
- Detailed survey report now correctly sorts answer options by position
- Minor UI fix to speech bubbles on detailed survey report
- **Gem Changes**
- Updated to Ruby 2.3.1
- Updated to devise 4.1.0
Expand Down
4 changes: 2 additions & 2 deletions app/assets/stylesheets/survey_reports/speech_bubbles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
border-color: $lightest-orange;
border-style: solid;
border-top: 3px solid $lightest-orange;
border-width: 0 3px 3px 0;
border-width: 3px 3px 3px 0;
bottom: -30px;
content: '';
display: block;
Expand Down Expand Up @@ -93,7 +93,7 @@
border-color: $lightest-blue;
border-style: solid;
border-top: 3px solid $lightest-blue;
border-width: 0 0 3px 3px;
border-width: 3px 0 3px 3px;
bottom: -30px;
content: '';
display: block;
Expand Down

0 comments on commit 7b3a8e7

Please sign in to comment.