Merge pull request #2684 from alphagov/selected-counter-right-position

Fix jumpy right position of selected items counter
This commit is contained in:
Katie Smith
2019-01-29 12:02:51 +00:00
committed by GitHub

View File

@@ -110,9 +110,14 @@
&-selected-counter {
position: absolute;
right: $gutter-half;
right: 0;
top: $gutter - 1px;
color: $secondary-text-colour;
.content-fixed & {
right: $gutter-half;
}
}
}