Skip to content

Commit

Permalink
#1700 - increase percentage for attribute label (#1702)
Browse files Browse the repository at this point in the history
  • Loading branch information
edimossilva authored Jul 23, 2020
1 parent bf5a786 commit 82f528f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
margin-bottom: $base-spacing;
margin-top: 0.25em;
text-align: right;
width: calc(15% - 1rem);
width: calc(20% - 1rem);
}

.preserve-whitespace {
Expand All @@ -17,7 +17,7 @@
float: left;
margin-bottom: $base-spacing;
margin-left: 2rem;
width: calc(85% - 1rem);
width: calc(80% - 1rem);
}

.attribute--nested {
Expand Down

0 comments on commit 82f528f

Please sign in to comment.