Skip to content

Commit de2eb4f

Browse files
Show input overflow as ellipsis
1 parent 488581c commit de2eb4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/view/components/DataInput/DataInput.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
padding-right: 0.2em;
2929
min-width: 0;
3030
box-shadow: none;
31+
white-space: nowrap;
32+
text-overflow: ellipsis;
3133
}
3234

3335
.innerWrapper {

0 commit comments

Comments
 (0)