Merge pull request #601 from dod-ccpo/fix-ie10-show-to
Fix widths on show task order page
This commit is contained in:
commit
7ecee0b7ed
@ -117,7 +117,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@include ie-only {
|
@include ie-only {
|
||||||
width: 100%;
|
width: calc(100% - 35rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
.task-order-next-steps__panel-head {
|
.task-order-next-steps__panel-head {
|
||||||
@ -131,6 +131,10 @@
|
|||||||
padding: ($gap * 4) ($gap * 2);
|
padding: ($gap * 4) ($gap * 2);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
|
@include ie-only {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.task-order-next-steps__icon {
|
.task-order-next-steps__icon {
|
||||||
width: 8%;
|
width: 8%;
|
||||||
padding: $gap $gap 0 0;
|
padding: $gap $gap 0 0;
|
||||||
@ -145,9 +149,6 @@
|
|||||||
|
|
||||||
.task-order-next-steps__text {
|
.task-order-next-steps__text {
|
||||||
width: 60%;
|
width: 60%;
|
||||||
@include ie-only {
|
|
||||||
width: 100%
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.task-order-next-steps__action {
|
.task-order-next-steps__action {
|
||||||
@ -159,7 +160,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.task-order-next-steps__heading {
|
.task-order-next-steps__heading {
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
|
@include ie-only {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
margin: $gap $gap 0 0;
|
margin: $gap $gap 0 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user