<!doctype html>
<style>
button {
width: 10ch;
overflow: clip;
text-overflow: ellipsis;
}
</style>
<button>aaaaaaaaaaaaaaaaaaaaaa</button>
<!doctype html>
<style>
button {
width: 10ch;
overflow: clip;
text-overflow: ellipsis;
}
</style>
<button>aaaaaaaaaaaaaaaaaaaaaa</button>