Skip to content

Commit 08da15d

Browse files
committed
better width/wrap for key stand
1 parent b90671e commit 08da15d

File tree

1 file changed

+5
-2
lines changed
  • 2-ui/3-event-details/9-keyboard-events/keyboard-dump.view

1 file changed

+5
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
#kinput {
22
font-size: 150%;
3-
width: 600px;
3+
width: 100%;
4+
box-sizing: border-box;
45
}
56

67
#area {
7-
width: 600px;
8+
width: 100%;
9+
box-sizing: border-box;
810
height: 250px;
911
border: 1px solid black;
1012
display: block;
1113
}
1214

1315
form label {
1416
display: inline;
17+
white-space: nowrap;
1518
}

0 commit comments

Comments
 (0)