Skip to content

Commit

Permalink
NBNP-443 Reset link class swap (fix 2px discrepancy)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 committed Apr 18, 2024
1 parent 428de7d commit 60139c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom/modules/newspapers_core/newspapers_core.module
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ function newspapers_core_form_alter(&$form, FormStateInterface $form_state, $for
'#url' => Url::fromRoute($route_name),
'#attributes' => [
'class' => [
'p-2',
'form-control',
'border-0',
],
],
];
Expand Down

0 comments on commit 60139c4

Please sign in to comment.