mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user