mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 17:37:19 -05:00
SchemaBrowser: on column comment tooltip, show newlines correctly (#7552)
This commit is contained in:
@@ -90,6 +90,7 @@ function SchemaItem({ item, expanded, onToggle, onSelect, ...props }) {
|
|||||||
mouseEnterDelay={0}
|
mouseEnterDelay={0}
|
||||||
mouseLeaveDelay={0}
|
mouseLeaveDelay={0}
|
||||||
placement="rightTop"
|
placement="rightTop"
|
||||||
|
overlayStyle={{ whiteSpace: "pre-line" }}
|
||||||
>
|
>
|
||||||
<PlainButton
|
<PlainButton
|
||||||
key={columnName}
|
key={columnName}
|
||||||
|
|||||||
Reference in New Issue
Block a user