Skip to content

Commit

Permalink
fix(key-value-list): Change CSS to fix overflow issues from dynatrace…
Browse files Browse the repository at this point in the history
  • Loading branch information
ddprrt committed Mar 4, 2020
1 parent ae82a88 commit 5666374
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
color: $gray-500;
text-align: left;
float: left;
position: relative;
position: static;
}

.dt-key-value-list-item-key::after {
content: ' ';
position: absolute;
left: 0;
bottom: 9px;
width: 50000px;
right: 0;
top: 1.4em;
border-bottom: 1px dotted $gray-300;
}

Expand Down

0 comments on commit 5666374

Please sign in to comment.