mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 01:43:08 +09:00
17 lines
353 B
HTML
17 lines
353 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-print">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<style type="text/css">
|
|
@page { size:5in 3in; margin:0in; }
|
|
div { height: 2.5in; }
|
|
select { height: 0.5in; display:block; padding:20px; page-break-inside:initial; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div></div>
|
|
<select>
|
|
<option>Text</option>
|
|
</select>
|
|
</body>
|
|
</html>
|