From bbc962298cc8d538c73b44146d18f47eb1aa910c Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Mon, 13 May 2019 13:07:28 +0100 Subject: [PATCH] Make selection summary use tabular numbers Stops them jumping around as much when the numbers change. As requested in: https://github.com/alphagov/notifications-admin/pull/2956/files#r283271635 Co-Authored-By: Chris Hill-Scott --- app/assets/stylesheets/components/checkboxes.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/components/checkboxes.scss b/app/assets/stylesheets/components/checkboxes.scss index a0f8f7158..b210a84ed 100644 --- a/app/assets/stylesheets/components/checkboxes.scss +++ b/app/assets/stylesheets/components/checkboxes.scss @@ -1,6 +1,7 @@ .selection-summary { .selection-summary__text { + @include core-19($tabular-numbers: true); padding: .526315em .789473em .263157em 0px; margin-bottom: $gutter / 2;