Skip to content

Commit

Permalink
chore: dissappear -> disappear (#2834)
Browse files Browse the repository at this point in the history
  • Loading branch information
langz authored Nov 2, 2023
1 parent f650bb7 commit d88161d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/dnb-eufemia/src/elements/hr/style/dnb-hr.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

/*
* 60% and 65% for best result on low res screens, like on Chromebook (Acer)
* Else the line will dissapear!
* Else the line will disappear!
*/
background-image: linear-gradient(
to bottom,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ del .dnb-code {
border-radius: 0.25px;
/*
* 60% and 65% for best result on low res screens, like on Chromebook (Acer)
* Else the line will dissapear!
* Else the line will disappear!
*/
background-image: linear-gradient(to bottom, currentcolor 60%, transparent 65%);
background-size: 100% 1px;
Expand Down

0 comments on commit d88161d

Please sign in to comment.