From ceedaade829ddb09dff29eb8304b875b003dbb90 Mon Sep 17 00:00:00 2001 From: Mo Date: Thu, 10 Mar 2022 09:52:39 -0600 Subject: [PATCH] Revert "feat: wrap search option bubbles if not enough space (#918)" This reverts commit be6a9fdb34f297891b98e6dbef19fc0b101009a9. --- app/assets/javascripts/components/Bubble.tsx | 3 ++- app/assets/javascripts/components/NotesView.tsx | 2 +- app/assets/javascripts/components/SearchOptions.tsx | 6 +++++- app/assets/stylesheets/_notes.scss | 12 ++++++++---- 4 files changed, 16 insertions(+), 7 deletions(-) diff --git a/app/assets/javascripts/components/Bubble.tsx b/app/assets/javascripts/components/Bubble.tsx index 5e6a157dc..e164a4f50 100644 --- a/app/assets/javascripts/components/Bubble.tsx +++ b/app/assets/javascripts/components/Bubble.tsx @@ -12,7 +12,8 @@ const styles = { const Bubble = ({ label, selected, onSelect }: BubbleProperties) => ( = observer(
-
+
{ } return ( -
e.preventDefault()}> +
e.preventDefault()} + >