4 lines
178 B
HTML
4 lines
178 B
HTML
<!DOCTYPE html>
|
|
<select style="width: 100px; overflow: hidden; text-overflow: ellipsis;">
|
|
<option selected>Text that is long enough that it totally overflows<option>
|
|
</select>
|