Skip to content

Instantly share code, notes, and snippets.

@antonjb
Last active January 9, 2019 13:19
Show Gist options
  • Save antonjb/2dbd4f908222fa8b2fad0d962fd2138f to your computer and use it in GitHub Desktop.
Save antonjb/2dbd4f908222fa8b2fad0d962fd2138f to your computer and use it in GitHub Desktop.
.property-order {
position: relative;
top: 10px;
display: flex;
flex-wrap: wrap;
flex-grow: 1;
align-items: stretch;
width: 100%;
height: 60vh;
background-color: orange;
font-size: 0.875rem;
overflow-wrap: break-word;
padding: 1rem;
word-break: break-word;
word-wrap: break-word;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment