blob: cee1946333352eb95cdb2cb4ba53b27d6e42a280 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
button{
display:block;
width:30px;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
}
</style>
</head>
<body>
<button type="button"> Lorem </button>
</body>
</html>