mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 06:48:38 +09:00
11 lines
195 B
HTML
11 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>
|