Skip to content

Commit

Permalink
Size input element to fill the table cell
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-fb-martin committed Dec 18, 2021
1 parent eb1eeb9 commit b024b37
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/house.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@
color: black;
}

.housewidetable td input {
width: 100%;
box-sizing: border-box;
}

.houseevent tr:nth-child(even) {
background-color: #E0E0E0;
}
Expand Down

0 comments on commit b024b37

Please sign in to comment.