.attribute-label { @include data-label; clear: left; float: left; margin-bottom: $base-spacing; margin-top: 1.1em; text-align: center; width: calc(15% - 1rem); } .preserve-whitespace { white-space: pre-wrap; word-wrap: break-word; } .attribute-data { float: left; // margin-bottom: $base-spacing; // margin-left: 2rem; margin-bottom: 0rem; margin-left: 0rem; width: calc(85% - 1rem); } .attribute--nested { border: $base-border; padding: $small-spacing; }