We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55d8044 commit 0b18227Copy full SHA for 0b18227
clipboard-viewer.html
@@ -5,6 +5,9 @@
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
<title>Clipboard Format Viewer</title>
7
<style>
8
+ * {
9
+ box-sizing: border-box;
10
+ }
11
body {
12
font-family: Arial, sans-serif;
13
line-height: 1.6;
0 commit comments