Fixed following SonarQube issues:

1) TypeError can be thrown as <variable_name> might be null or undefined here.
2) Unexpected duplicate "white-space".
3) Unexpected missing generic font family.
4) Unexpected shorthand "padding" after "padding-left".
This commit is contained in:
Akshay Joshi
2020-06-24 15:57:01 +05:30
parent cdf1c7a2a6
commit 15c621b1d8
8 changed files with 36 additions and 56 deletions

View File

@@ -92,13 +92,8 @@ div.tab-pane[data-explain-tabpanel=table] {
overflow-wrap: break-word;
word-break: break-all;
overflow: visible;
white-space: -moz-pre-wrap !important;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
white-space: pre-wrap;
word-wrap: break-word;
white-space: -webkit-pre-wrap;
white-space: normal;
}
&.pg-ex-highlighter {
color: $color-primary;