Commit 0144d91a by Brian Jacobel

Fix certificates issues in metadata layout

parent ae5953a2
......@@ -367,6 +367,7 @@
.recipient-details {
@extend %copy-base;
font-weight: font-weight(semi-bold);
max-width: calc(100% - (#{rem(100)} + #{spacing-horizontal(small)} + 5px));
}
.recipient-name {
......
......@@ -293,6 +293,7 @@
.metadata {
@extend %divider-2;
@include span(12);
margin-bottom: spacing-vertical(small);
border-bottom-color: palette(grayscale, x-back);
padding-bottom: spacing-vertical(small);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment