Skip to content

Commit 33e61f7

Browse files
authored
RI-7017: chat text flicker
* remove white space to prevent flicker
1 parent 896cf80 commit 33e61f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

redisinsight/ui/src/components/markdown/CodeButtonBlock/styles.module.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@
1414
font-size: 11px;
1515
background: var(--browserTableRowEven);
1616
word-wrap: break-word;
17-
white-space: break-spaces;
1817
}
1918

2019
.code {
2120
word-wrap: break-word;
22-
white-space: break-spaces;
2321
}
2422

2523
.actions {

0 commit comments

Comments
 (0)