File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
forms-flow-service/src/resourceBundles/de Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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 , 24 px );
947+ gap : var (--spacer -150 );
948948 flex-direction : column ;
949949 align-items : flex-start ;
950950 align-self : stretch ;
You can’t perform that action at this time.
0 commit comments