Skip to content

Commit

Permalink
Fix tabulation in integration tests (Security-Experts-Community#121)
Browse files Browse the repository at this point in the history
* fixes to integration tests UI
* fix tabulation
  • Loading branch information
Vasilisa-L authored Aug 2, 2023
1 parent ed1911b commit 07545c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/templates/styles/tests.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,14 +136,14 @@ textarea {
Универсальный стиль для редактора кода.
*/
.xp_code {
white-space: pre-line;
white-space: pre-wrap;
min-height: 100px;
color: var(--vscode-input-foreground);
font-family: var(--vscode-editor-font-family);
}

#correlated_events {
white-space: pre-line;
white-space: pre-wrap;
color: var(--vscode-input-foreground);
font-family: var(--vscode-editor-font-family);
}
Expand Down

0 comments on commit 07545c7

Please sign in to comment.