mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-22 11:16:00 -04:00
Merge pull request #1084 from alphagov/fix-pill-ie
Fix layout on job and activity in old IE versions
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -5,6 +5,9 @@
|
||||
a,
|
||||
span {
|
||||
display: block;
|
||||
width: 25%;
|
||||
box-sizing: border-box;
|
||||
float: left;
|
||||
padding: 10px;
|
||||
flex-grow: 1;
|
||||
text-align: left;
|
||||
|
||||
Reference in New Issue
Block a user