Skip to content

Commit

Permalink
fix: fixed the button positioning, as when rules were not available i…
Browse files Browse the repository at this point in the history
…t was overwriting the text
  • Loading branch information
zenit2001 committed Dec 4, 2023
1 parent 3d40d44 commit b9f188a
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -497,9 +497,8 @@ ul{
}

#addRuleButton{
position: absolute;
bottom: 35px;
left:70px;
position: relative;
right: 36rem;
}

#removeRuleButton {
Expand Down

0 comments on commit b9f188a

Please sign in to comment.