Fix position of remove buttons for FF
This commit is contained in:
parent
113cc5c0a4
commit
88e2b3c79e
@ -349,6 +349,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
.usa-input {
|
.usa-input {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
@ -365,7 +366,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
margin-top: 3 * $gap;
|
margin-top: 3 * $gap;
|
||||||
margin-left: $gap;
|
margin-left: $gap;
|
||||||
left: 45em;
|
left: 35em;
|
||||||
max-width: 30em;
|
max-width: 30em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user