mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 01:38:24 -04:00
Merge pull request #2684 from alphagov/selected-counter-right-position
Fix jumpy right position of selected items counter
This commit is contained in:
@@ -110,9 +110,14 @@
|
|||||||
|
|
||||||
&-selected-counter {
|
&-selected-counter {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: $gutter-half;
|
right: 0;
|
||||||
top: $gutter - 1px;
|
top: $gutter - 1px;
|
||||||
color: $secondary-text-colour;
|
color: $secondary-text-colour;
|
||||||
|
|
||||||
|
.content-fixed & {
|
||||||
|
right: $gutter-half;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user