Skip to content

Commit

Permalink
fix: abi items spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulyadav-57 committed Jul 26, 2024
1 parent c39445b commit 6101dfa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/workspace/ABIUi/ABIUi.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@
background-color: #373636;
}
&.tact {
display: flex;
flex-direction: column;
gap: 1.6rem;
.form {
position: relative;
&:not(:last-child):not(:first-child) {
margin: 1.6rem 0px;
}
margin: 0;
}
&::before {
display: none;
Expand Down

0 comments on commit 6101dfa

Please sign in to comment.