Skip to content

Commit

Permalink
build: Fix stylelint-disable
Browse files Browse the repository at this point in the history
Add missing word-break to stylelint-disable, which makes it working as
expected, but newer stylelint requires a word break.
Side-effect from stylelint/stylelint#6381

Mistake in ea6a419

Change-Id: If5a8317d82e3e4bdcd6ebf48f9d2af2aea040eb7
  • Loading branch information
umherirrender committed Nov 14, 2022
1 parent 1a7d4c3 commit d64a165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/embedPlayerIframe.css
Expand Up @@ -10,7 +10,7 @@ body {
padding: 0;
}

/* stylelint-disableselector-max-id */
/* stylelint-disable selector-max-id */

#videoContainer .videoHolder {
position: static;
Expand Down

0 comments on commit d64a165

Please sign in to comment.