Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #4833: prevents text overflow in answer statistics page #6137

Merged
merged 3 commits into from
Jan 21, 2019

Conversation

keshavg2
Copy link
Contributor

@keshavg2 keshavg2 commented Jan 20, 2019

Fixes #4833 prevents text overflow in answer statistics page
Supersedes #6132

@keshavg2
Copy link
Contributor Author

over
Hi @brianrodri can you please check this?

@codecov-io
Copy link

codecov-io commented Jan 20, 2019

Codecov Report

Merging #6137 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #6137   +/-   ##
========================================
  Coverage    45.33%   45.33%           
========================================
  Files          525      525           
  Lines        30869    30869           
  Branches      4615     4615           
========================================
  Hits         13993    13993           
  Misses       16876    16876

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4bfca8d...049de04. Read the comment docs.

Copy link
Contributor

@brianrodri brianrodri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thanks! Just a couple of minor fixes and then I'll merge. Thanks :)

@@ -29,4 +29,19 @@
width: 60%;
word-wrap: break-word;
}
oppia-visualization-frequency-table table td:last-child {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: combine this with the nth-child selector.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding-left: 0px;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just use 0, no need for px suffix.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

@keshavg2
Copy link
Contributor Author

hi @brianrodri Thanks

@brianrodri brianrodri merged commit a27d035 into oppia:develop Jan 21, 2019
@keshavg2
Copy link
Contributor Author

Thanks for merging @brianrodri

@keshavg2 keshavg2 deleted the add-overflow branch January 21, 2019 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants