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 {
|
#kinput {
|
||||||
font-size: 150%;
|
font-size: 150%;
|
||||||
width: 600px;
|
width: 100%;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
#area {
|
#area {
|
||||||
width: 600px;
|
width: 100%;
|
||||||
|
box-sizing: border-box;
|
||||||
height: 250px;
|
height: 250px;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -12,4 +14,5 @@
|
||||||
|
|
||||||
form label {
|
form label {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue