1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-27 09:09:55 +00:00
Files
UXP/layout/reftests/forms/button/max-height.html
T

12 lines
195 B
HTML

<!DOCTYPE html>
<style>
button {
max-height: 50px;
padding: 23px;
border: 1px solid black;
box-sizing: border-box;
overflow: hidden;
}
</style>
<button>Some text</button>