Skip to content

Instantly share code, notes, and snippets.

@Xanir
Created April 20, 2017 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Xanir/2eabc09a5b2031352bb05c374ab93381 to your computer and use it in GitHub Desktop.
Save Xanir/2eabc09a5b2031352bb05c374ab93381 to your computer and use it in GitHub Desktop.
.label-value-group {
display: table;
margin: 0 2rem;
border-collapse: separate;
border-spacing: 0 1em;
}
.label-value-pair {
display: table-row;
> * {
display: table-cell;
vertical-align: top;
}
> *:first-child {
text-align: right;
padding-right: 1rem;
border-right: 1px solid #ccc;
}
> *:last-child {
text-align: left;
padding-left: 1rem;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment