Skip to content

Commit

Permalink
fix: extension request form height issue (#585)
Browse files Browse the repository at this point in the history
* fix: extension request form height issue

* fix: reverted unnecessary changes

* style: fixed different sized buttons
  • Loading branch information
kaustubh-jsr authored Mar 17, 2024
1 parent b6aac58 commit 57e886b
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 57e886b

Please sign in to comment.