Skip to content

Commit

Permalink
UHF-10808: Fix PHPCS
Browse files Browse the repository at this point in the history
  • Loading branch information
teroelonen committed Oct 17, 2024
1 parent 453d963 commit 941821f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hdbt.theme
Original file line number Diff line number Diff line change
Expand Up @@ -466,9 +466,9 @@ function hdbt_preprocess_form_element(&$variables): void {
case 'password':
case 'textarea':
case 'textfield':
// Use the same label class for selects as well since there is no
// select specific class on hds core.
case 'select':
// Use the same label class for selects as well since there is no
// select specific class on hds core.
$element_label_class = 'hds-text-input__label';
break;
}
Expand Down

0 comments on commit 941821f

Please sign in to comment.