Skip to content

Commit 462c875

Browse files
committed
Adjust position of action link arrow
- arrow previously aligned to the top (default) whereas text is vertically aligned to the middle - not noticeable most of the time but on the homepage, where several action links with differing text are next to each other, and an override is in place to make this change - still not noticeable unless text size is increased (can do zoom text only in Firefox) - therefore moving this positioning change to the component itself as the default, as it seems like a sensible option - action link only used on homepage, browse pages
1 parent a6a9ed5 commit 462c875

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/assets/stylesheets/govuk_publishing_components/components/_action-link.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
display: table-cell;
1313
line-height: 1;
1414
width: 36px;
15+
vertical-align: middle;
1516

1617
svg {
1718
height: 28px;

0 commit comments

Comments
 (0)