From 777d14d21250bd7bde7538e2ee20a76f458ec597 Mon Sep 17 00:00:00 2001 From: familyfriendlymikey Date: Sat, 27 Aug 2022 20:21:58 -0400 Subject: [PATCH] fix nowrap on tips --- app/client.imba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/client.imba b/app/client.imba index b4fd55b..6568934 100644 --- a/app/client.imba +++ b/app/client.imba @@ -408,7 +408,7 @@ tag app fs:12px c:purple3/50 css .tip-content - pt:2px fs:14px c:purple3 white-space:nowrap + pt:2px fs:14px c:purple3 css .disabled c:gray4 cursor:default user-select:none @@ -537,7 +537,7 @@ tag app @click=handle_shift_return > <.tip-hotkey> "Shift + Return" - <.tip-content[of:hidden text-overflow:ellipsis]> + <.tip-content[of:hidden text-overflow:ellipsis white-space:nowrap]> "Add New Link \"{state.query.trim!}\"" <.tip[jc:end ta:right fl:1] @click=handle_shift_backspace