Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion packages/nhsuk-frontend-review/src/examples/button-group.njk
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@
<a href="#" class="nhsuk-link">Buy it</a>

{{ button({
"text": "Use it"
"text": "Use it",
attributes: {
style: "min-width: 150px;"
}
}) }}

{{ button({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
> .nhsuk-link,
> a:not(.nhsuk-button) {
margin-right: $horizontal-gap;
text-align: left;
}
}
}
Expand Down
Loading