Skip to content

Commit

Permalink
Merge pull request #237 from eparadise/results-list-height
Browse files Browse the repository at this point in the history
Fixing content clipping issue
  • Loading branch information
readingdancer authored Jun 5, 2020
2 parents 6da1473 + b6d97d7 commit 53b4220
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion covid-19-support/src/components/ResultsList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ export default {
.resultItem {
padding: 10px;
display: block;
min-height: 100px;
border-bottom: solid 1px rgba(0, 0, 0, 0.125);
font-size: 0.8rem;
max-width: 282px;
Expand Down

0 comments on commit 53b4220

Please sign in to comment.