Skip to content

Commit

Permalink
Adjust field container height in configuration editor [notarize]
Browse files Browse the repository at this point in the history
  • Loading branch information
tkleinke committed May 2, 2022
1 parent aa892ad commit b665bb6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ configuration-category {
}

.content {
height: calc(100vh - 145px);
height: calc(100vh - 140px);
padding: 0;

&.shortened {
Expand Down Expand Up @@ -159,13 +159,13 @@ configuration-category {
}

#add-field-button {
transform: translate(-20px, -40px);
transform: translate(-20px, -45px);
padding: 2px 0 0 1px;
}

#add-group-button {
position: absolute;
bottom: 1px;
bottom: 6px;
padding-top: 2px;
padding-right: 1px;
transform: translate(-20px, 0);
Expand Down

0 comments on commit b665bb6

Please sign in to comment.