From 1358e26aa6b31596e42a95ec3d4f5a497a2caeba Mon Sep 17 00:00:00 2001 From: aayush142001 Date: Tue, 19 Oct 2021 00:15:36 -0400 Subject: [PATCH] CSS Changes --- .vscode/settings.json | 3 +++ hint.css | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .vscode/settings.json 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