We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90671e commit 08da15dCopy full SHA for 08da15d
1 file changed
2-ui/3-event-details/9-keyboard-events/keyboard-dump.view/style.css
@@ -1,15 +1,18 @@
1
#kinput {
2
font-size: 150%;
3
- width: 600px;
+ width: 100%;
4
+ box-sizing: border-box;
5
}
6
7
#area {
8
9
10
height: 250px;
11
border: 1px solid black;
12
display: block;
13
14
15
form label {
16
display: inline;
17
+ white-space: nowrap;
18
0 commit comments