Skip to content

Commit

Permalink
🐛 Fix error of ui on render
Browse files Browse the repository at this point in the history
  • Loading branch information
cprodhomme committed Apr 9, 2024
1 parent e9f2266 commit 8ba4880
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions app/assets/stylesheets/arctic_admin/components/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,28 +55,28 @@
display: block;
margin-left: 25%;
}

.actions {
.action {
display: inline-block;
margin-right: 10px;

input[type="submit"] {
line-height: 43px;
}
}

.cancel {
display: inline-block;
}
}


.button.has_many_remove {
@include tertiary-button($red);
}

.button.has_many_add {
@include secondary-button($primary-color);
}
}

.actions {
.action {
display: inline-block;
margin-right: 10px;

input[type="submit"] {
line-height: 43px;
}
}

.cancel {
display: inline-block;
}
}
}

0 comments on commit 8ba4880

Please sign in to comment.