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}
|
||||
mouseLeaveDelay={0}
|
||||
placement="rightTop"
|
||||
overlayStyle={{ whiteSpace: "pre-line" }}
|
||||
>
|
||||
<PlainButton
|
||||
key={columnName}
|
||||
|
||||
Reference in New Issue
Block a user