Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 5098cb6

Browse files
author
Jamie Brynes
authored
Fix search bar overflow in worker inspector (#1464)
1 parent 9d642b9 commit 5098cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workers/unity/Packages/io.improbable.gdk.debug/WorkerInspector/Templates/WorkerInspectorWindow.uss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
#entity-list-searchbar {
2929
flex-grow: 1;
30-
width: auto;
30+
width: 0;
3131
}
3232

3333
#entity-detail {

0 commit comments

Comments
 (0)