Slightly increase size available for property names. Change units to em and add a margin to separate the property name from the property type.

This commit is contained in:
Owen Conti
2017-09-17 09:48:03 -06:00
parent 08282205aa
commit b855c25406

View File

@@ -237,7 +237,8 @@ span
.prop-name
{
display: inline-block;
width: 100px;
margin-right: 1em;
width: 8em;
}
.prop-type