Skip to content

Commit

Permalink
fix: hide Script HTML tags
Browse files Browse the repository at this point in the history
  • Loading branch information
PreslavKozovski authored and joneff committed Mar 15, 2021
1 parent c5f6e27 commit 7903b2e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/default/scss/common/_base.scss
Expand Up @@ -77,6 +77,12 @@ $widget-border-width: 1px !default;
// sass-lint:disable-block no-important
display: none !important;
}

// Hide Script tags
// see https://github.com/telerik/kendo-themes/issues/2360
script {
display: none !important; // sass-lint:disable-line no-important
}
}


Expand Down

0 comments on commit 7903b2e

Please sign in to comment.