diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/hint.css b/hint.css index 83fece9..1f1cd98 100644 --- a/hint.css +++ b/hint.css @@ -66,7 +66,7 @@ padding: 8px 10px; font-size: 12px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - line-height: 12px; + line-height: 20px; white-space: nowrap; } [class*="hint--"][aria-label]:after { content: attr(aria-label); } @@ -370,7 +370,8 @@ width: 150px; } .hint--large:after { - width: 300px; } + width: 300px; + overflow: hidden;} /** * source: hint-theme.scss