diff --git a/frontend/components/TableContainer/_styles.scss b/frontend/components/TableContainer/_styles.scss index 735b9c3a85..ab03194acc 100644 --- a/frontend/components/TableContainer/_styles.scss +++ b/frontend/components/TableContainer/_styles.scss @@ -169,6 +169,10 @@ min-width: 250px; } + .input-with-icon:placeholder-shown { + text-overflow: ellipsis; + } + &.stack-table-controls { padding-bottom: $pad-large; margin-left: 0;