Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
Now the memory cell input box is display correctly inside its parent.
  • Loading branch information
parraman committed Jan 16, 2018
1 parent 269d745 commit caa4dcb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,14 @@ a {
font-size: 80%;
padding: 0;
border: 1px;
display: block;
border-style: solid;
border-color: #66AFE9;
border-radius: 2px;
width: inherit;
height: inherit;
width: 100%;
height: 100%;
text-align: inherit;
color: #333;
}

.memory-cell-input:focus {
Expand Down

0 comments on commit caa4dcb

Please sign in to comment.