Skip to content

Commit 7e36fae

Browse files
committed
Add some margin around inputs.
Fixes the selection highlight being clipped.
1 parent ad9f114 commit 7e36fae

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

FF1Blazorizer/wwwroot/css/site.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ app {
1616
flex-direction: column;
1717
}
1818

19+
input {
20+
margin: 2px;
21+
}
22+
1923
.top-row {
2024
display: flex;
2125
padding: 1rem;

0 commit comments

Comments
 (0)