repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1931425 - Limit how often moz-label's #setStyles runs r=reusable-components-revie...
[gecko.git]
/
layout
/
reftests
/
forms
/
button
/
max-height.html
blob
87ac8a979ccb9a07d1c719163e0615e00c08368a
1
<!DOCTYPE
html
>
2
<style>
3
button {
4
max-height:
50
px;
5
padding:
23
px;
6
border:
1
px solid black;
7
box-sizing: border-box;
8
overflow: hidden;
9
}
10
</style>
11
<button>
Some text
</button>