diff options
| -rw-r--r-- | src/static/css/tooltips.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/css/tooltips.css b/src/static/css/tooltips.css index b6859ab6..f4f9416e 100644 --- a/src/static/css/tooltips.css +++ b/src/static/css/tooltips.css @@ -76,7 +76,7 @@ } .text-with-tooltip .text-with-tooltip-interaction-cue { - text-decoration: underline; + text-decoration-line: underline; text-decoration-style: dotted; } |