Merge pull request #542 from dod-ccpo/fix-alignment-ie
Fix layout for task order view page in IE
This commit is contained in:
@@ -47,13 +47,8 @@
|
||||
|
||||
.task-order-summary {
|
||||
|
||||
|
||||
.panel {
|
||||
width: 100%;
|
||||
|
||||
@include ie-only {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.label--pending {
|
||||
@@ -105,6 +100,10 @@
|
||||
padding-right: $gap;
|
||||
}
|
||||
|
||||
@include ie-only {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.task-order-next-steps__step {
|
||||
.task-order-next-steps__icon {
|
||||
padding: $gap $gap 0 0;
|
||||
@@ -117,6 +116,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
.task-order-next-steps__text {
|
||||
@include ie-only {
|
||||
width: 100%
|
||||
}
|
||||
}
|
||||
|
||||
.task-order-next-steps__heading {
|
||||
h4 {
|
||||
margin: $gap $gap 0 0;
|
||||
|
Reference in New Issue
Block a user