Merge pull request #1084 from alphagov/fix-pill-ie

Fix layout on job and activity in old IE versions
This commit is contained in:
Chris Hill-Scott
2017-01-23 15:23:55 +00:00
committed by GitHub
2 changed files with 9 additions and 0 deletions

View File

@@ -22,24 +22,30 @@
@include grid-column(7/8);
}
%bottom-gutter,
.bottom-gutter {
@extend %contain-floats;
margin-bottom: $gutter;
clear: both;
}
.bottom-gutter-2-3 {
@extend %bottom-gutter;
margin-bottom: $gutter-two-thirds;
}
.bottom-gutter-1-2 {
@extend %bottom-gutter;
margin-bottom: $gutter-half;
}
.bottom-gutter-3-2 {
@extend %bottom-gutter;
margin-bottom: $gutter * 3/2;
}
.bottom-gutter-2 {
@extend %bottom-gutter;
margin-bottom: $gutter * 2;
}

View File

@@ -5,6 +5,9 @@
a,
span {
display: block;
width: 25%;
box-sizing: border-box;
float: left;
padding: 10px;
flex-grow: 1;
text-align: left;