Skip to content

Commit

Permalink
[BUG FIX] [MER-3559] Issue in Audio Component Panel in Simple Author/…
Browse files Browse the repository at this point in the history
…Flowchart (#5323)

* MER-3559

* trying to run the checks again

* trying to run the checks again
  • Loading branch information
dtiwarATS authored Dec 23, 2024
1 parent e765d09 commit e726c97
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,11 @@
top: 583px !important;
padding-left: 14px;
}
.audio-subtitles .align-items-center > div:nth-of-type(even) {
padding-top: 39px !important;
margin-left: 12px;
}
.simple-audio-subtitles .align-items-center > div:nth-of-type(even) {
padding-top: 64px !important;
}
}
6 changes: 6 additions & 0 deletions assets/src/components/parts/janus-audio/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ export const uiSchema = {
src: {
'ui:widget': 'TorusAudioBrowser',
},
subtitles: {
classNames: 'col-span-12 audio-subtitles',
},
};

export const simpleUISchema = {
Expand All @@ -125,6 +128,9 @@ export const simpleUISchema = {
},
startTime: { classNames: 'col-span-6' },
endTime: { classNames: 'col-span-6' },
subtitles: {
classNames: 'col-span-12 simple-audio-subtitles',
},
};

export const adaptivitySchema = {
Expand Down

0 comments on commit e726c97

Please sign in to comment.