Skip to content

Commit

Permalink
better width/wrap for key stand
Browse files Browse the repository at this point in the history
  • Loading branch information
iliakan committed Mar 14, 2015
1 parent b90671e commit 08da15d
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
#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;
}

form label {
display: inline;
white-space: nowrap;
}

0 comments on commit 08da15d

Please sign in to comment.