Page MenuHomeSoftware Heritage

Checkboxes not aligned with text.
ClosedPublic

Authored by 01shobitha on Mar 31 2019, 2:46 PM.

Details

Summary

The checkboxes are not aligned with the text in the Search feature in swh-web project.
Fixes T1615 with the checkboxes aligned with text. Made changes in the webapp.css file.

Diff Detail

Repository
rDWAPPS Web applications
Branch
checkbox-align
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 4964
Build 6642: tox-on-jenkinsJenkins
Build 6641: arc lint + arc unit

Event Timeline

@01shobitha , can you sign our Contributor License Agreement ?
Without that step, I can not see your changes neither land that diff.

@01shobitha , can you sign our Contributor License Agreement ?
Without that step, I can not see your changes neither land that diff.

Signed the Contributor License Agreement.

anlambert requested changes to this revision.EditedApr 1 2019, 11:50 AM

Can you address my inline comment, rebase to origin/master and I will accept and merge that diff.

swh/web/assets/src/bundles/webapp/webapp.css
371

I would rather use:

line-height: 1rem;

instead of hardcoding the line height.

This revision now requires changes to proceed.Apr 1 2019, 11:50 AM

Changed to rem unit for line-height instead of px.

This revision was not accepted when it landed; it landed in state Needs Review.Apr 1 2019, 2:29 PM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.