Skip to content

Commit bc122cf

Browse files
committed
fix misalignment
1 parent 45c4e41 commit bc122cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/components/ft-input/ft-input.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ body[dir='rtl'] .ft-input-component.search.showClearTextButton:focus-within .inp
213213
.optionWrapper {
214214
display: flex;
215215
align-items: baseline;
216-
inline-size: 85%;
216+
overflow: hidden;
217217
}
218218

219219
.optionWrapper span {

0 commit comments

Comments
 (0)