Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Dygerydoo/7cb65574369e0c5ea62181f7522d98e3 to your computer and use it in GitHub Desktop.
Save Dygerydoo/7cb65574369e0c5ea62181f7522d98e3 to your computer and use it in GitHub Desktop.
Fix bug on Linkedin recommendation bug
.pv-recommendation-entity {
margin-right: 0;
display: flex;
flex-direction: column;
border-top: 1px solid #e6e9ec;
}
.pv-recommendation-entity__highlights {
width: 86%;
margin-top: 1em;
margin-left: auto;
}
.pv-recommendation-entity__highlights {
width: 86%;
margin-top: 1em;
margin-left: 4em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment