From b855c254067bf7d00b0f8259f77719712333126e Mon Sep 17 00:00:00 2001 From: Owen Conti Date: Sun, 17 Sep 2017 09:48:03 -0600 Subject: [PATCH] Slightly increase size available for property names. Change units to `em` and add a margin to separate the property name from the property type. --- src/style/_models.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/style/_models.scss b/src/style/_models.scss index dd043f7f..c3a901d9 100644 --- a/src/style/_models.scss +++ b/src/style/_models.scss @@ -237,7 +237,8 @@ span .prop-name { display: inline-block; - width: 100px; + margin-right: 1em; + width: 8em; } .prop-type