mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-12 09:24:15 -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 {
|
||||
position: absolute;
|
||||
right: $gutter-half;
|
||||
right: 0;
|
||||
top: $gutter - 1px;
|
||||
color: $secondary-text-colour;
|
||||
|
||||
.content-fixed & {
|
||||
right: $gutter-half;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user