mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-10-27 00:01:58 -06:00
Fixed tooltip issues
This commit is contained in:
@@ -913,7 +913,7 @@ export default function AssemblyEditor({
|
|||||||
>
|
>
|
||||||
<Box sx={{ flex: { xs: "1 1 100%", lg: "0 1 30%" }, minWidth: { lg: 220 } }}>
|
<Box sx={{ flex: { xs: "1 1 100%", lg: "0 1 30%" }, minWidth: { lg: 220 } }}>
|
||||||
<Tooltip
|
<Tooltip
|
||||||
title="This is the name of the variable you will be referencing inside of the script. Within the script you will reference this variable with a prefixed \"$env:<variable>\". For example, a variable named \"message\" would be written in the script as \"$env:message\"."
|
title="This is the name of the variable you will be referencing inside of the script. Within the script you will reference this variable with $env:<variable>."
|
||||||
arrow
|
arrow
|
||||||
placement="top-start"
|
placement="top-start"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user