Add line clamping to search results on modal search screen. (#9331)

* Add line clamping to search results on modal search screen.

Signed-off-by: Jussi Hallila <jussi@hallila.com>

* Add mock to test so we don't have to spin up canvas with jsdom.

Signed-off-by: Jussi Hallila <jussi@hallila.com>
This commit is contained in:
Jussi Hallila
2022-02-04 13:02:22 +01:00
committed by GitHub
parent aa43106718
commit faf49ba82f
5 changed files with 26 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-search': patch
---
Modify modal search to clamp result length to 5 rows.