Merge pull request #1547 from alphagov/download-inbound

Let users download a CSV of inbound messages
This commit is contained in:
Chris Hill-Scott
2017-10-18 17:27:54 +01:00
committed by GitHub
6 changed files with 130 additions and 2 deletions

View File

@@ -39,6 +39,11 @@
margin-top: $gutter * 4 / 3;
}
.top-gutter-2-3 {
@extend %top-gutter;
margin-top: $gutter-half;
}
%bottom-gutter,
.bottom-gutter {
@extend %contain-floats;

View File

@@ -67,6 +67,10 @@
display: block;
color: $secondary-text-colour;
pointer-events: none;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
max-width: 580px;
}
}