From 24cb3e990ed34a67b5945bd9f36572c89b972893 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sun, 6 Mar 2022 20:32:31 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 2 +- ayanova/src/components/tag-picker.vue | 65 +++++++++++++-------------- 2 files changed, 33 insertions(+), 34 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 848cce6d..b1fdc486 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -837,5 +837,5 @@ Current v8 docs home: https://www.ayanova.com/docs/ BUILD 8.0.0-beta.1-rc4 CHANGES OF NOTE - subscriptions lists fixed bug where no type selected would display "[undefined]" in data list, now displays nothing -- fixed tag control title which was too high +- fixed tag control title which was too high and smaller chips so that tag controls are same height as other controls and can show more in a smaller space. - added missing "duration" field description to notify-subscription docs \ No newline at end of file diff --git a/ayanova/src/components/tag-picker.vue b/ayanova/src/components/tag-picker.vue index 535664bf..bd0c6f97 100644 --- a/ayanova/src/components/tag-picker.vue +++ b/ayanova/src/components/tag-picker.vue @@ -1,37 +1,36 @@