Skip to content

Commit f458747

Browse files
author
Raphael Holzer
committed
#1 changed the width of the button, no overlapping anymore
1 parent d69b0f2 commit f458747

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/style/CreateToDo.module.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,15 @@ header {
4545
div {
4646
margin-top: 0.75rem;
4747
width: 100%;
48+
gap: 0.25rem;
4849
display: grid;
4950
grid-template-columns: 1fr 70px;
50-
gap: 0.25rem;
5151

5252
input,
5353
button {
5454
padding: 0.5rem;
5555
border-radius: 0.5rem;
56+
width: 100%;
5657
}
5758

5859
button {

0 commit comments

Comments
 (0)