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