Skip to content

Commit 6b5941d

Browse files
committed
resolved comments
1 parent abf1588 commit 6b5941d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

forms-flow-service/src/resourceBundles/de/resourceBundles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1317,5 +1317,5 @@ export const RESOURCE_BUNDLES_DE = {
13171317
"Order Dropdown": "Dropdown Reihenfolge",
13181318
"Order Input": "Eingabe Reihenfolge",
13191319
"Apply sorting": "Sortierung anwenden",
1320-
1320+
"Last Edited": "Zuletzt bearbeitet",
13211321
}

forms-flow-theme/scss/_icon.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ i.fa.fa-question-circle.text-muted {
99
.icon-wrapper-change {
1010
cursor: pointer;
1111
transition: transform 0.5s, color 0.5s;
12-
}
1312

14-
.icon-wrapper-change:hover {
15-
opacity: 0.8;
13+
&:hover {
14+
opacity: 0.8;
15+
}
1616
}

forms-flow-theme/scss/_modal.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ $secondary: var(--ff-secondary);
944944
.sortbody-settings{
945945
display: flex;
946946
padding: var(--spacer-200) var(--spacer-250);
947-
gap: var(--rem-150, 24px);
947+
gap: var(--spacer-150);
948948
flex-direction: column;
949949
align-items: flex-start;
950950
align-self: stretch;

0 commit comments

Comments
 (0)