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 <me@quis.cc>
This commit is contained in:
Tom Byers
2019-05-13 13:07:28 +01:00
committed by GitHub
parent fe457464a8
commit bbc962298c

View File

@@ -1,6 +1,7 @@
.selection-summary {
.selection-summary__text {
@include core-19($tabular-numbers: true);
padding: .526315em .789473em .263157em 0px;
margin-bottom: $gutter / 2;