Skip to content

Commit

Permalink
Merge branch 'develop' into feat/request-ooo
Browse files Browse the repository at this point in the history
  • Loading branch information
sahsisunny authored Mar 18, 2024
2 parents 405c3fb + 1281a21 commit 70539bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/styles/tasks.css
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,6 @@
position: absolute;
left: 30%;
right: 30%;
height: max-content;
gap: 20px;
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -735,6 +734,8 @@ div.buttons {
min-width: 100%;
align-content: center;
justify-content: center;
align-items: stretch;
gap: 10px;
}
.hidden {
display: none;
Expand Down

0 comments on commit 70539bd

Please sign in to comment.