better width/wrap for key stand
This commit is contained in:
parent
b90671ead4
commit
08da15d044
1 changed files with 5 additions and 2 deletions
|
@ -1,10 +1,12 @@
|
|||
#kinput {
|
||||
font-size: 150%;
|
||||
width: 600px;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#area {
|
||||
width: 600px;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
height: 250px;
|
||||
border: 1px solid black;
|
||||
display: block;
|
||||
|
@ -12,4 +14,5 @@
|
|||
|
||||
form label {
|
||||
display: inline;
|
||||
white-space: nowrap;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue