mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-27 17:39:51 -04:00
Fix styling of ‘Training’ tag on tour step 5
It was missing the base class so didn’t get all the styling (like the spacing and uppercase text). Already fixed this for step 6, but less haste, more speed.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
<div class="navigation-service">
|
||||
<div class="navigation-service-name govuk-!-font-weight-bold">
|
||||
{{ current_service.name }} <span class="navigation-service-type--training">Training</span>
|
||||
{{ current_service.name }} <span class="navigation-service-type navigation-service-type--training">Training</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user