Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix(key-value-list): Change CSS to fix overflow issues from #690
Browse files Browse the repository at this point in the history
  • Loading branch information
ddprrt authored and tomheller committed Mar 5, 2020
1 parent fa552ff commit f7a224b
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 f7a224b

Please sign in to comment.