Skip to content

Commit 6a85166

Browse files
authored
fix: autocomplete field display in changelist (#335)
1 parent 84522c0 commit 6a85166

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/unfold/static/unfold/css/styles.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/unfold/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,10 @@ table tr.selected {
225225
content: "arrow_back";
226226
}
227227

228+
.related-widget-wrapper {
229+
@apply !flex-nowrap;
230+
}
231+
228232
.related-widget-wrapper-link {
229233
@apply order-last;
230234
}

0 commit comments

Comments
 (0)