Skip to content

Commit aaaf526

Browse files
authored
Merge pull request #2185 from tekdi/release-1.12.0
Release 1.12.0
2 parents ecfcb52 + 34335bc commit aaaf526

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

mfes/editors/src/components/CollectionEditor.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ const CollectionEditor: React.FC = () => {
185185

186186
script.id = 'collection-editor-js';
187187
script.src =
188-
"https://cdn.jsdelivr.net/npm/@tekdi/sunbird-collection-editor-web-component@6.1.0-beta.6/sunbird-collection-editor.js";
188+
"https://cdn.jsdelivr.net/npm/@tekdi/sunbird-collection-editor-web-component@6.1.0-beta.7/sunbird-collection-editor.js";
189189
script.async = true;
190190
script.onload = () => setAssetsLoaded(true);
191191
document.body.appendChild(script);
@@ -200,7 +200,7 @@ const CollectionEditor: React.FC = () => {
200200
link.id = 'collection-editor-css';
201201
link.rel = 'stylesheet';
202202
link.href =
203-
'https://cdn.jsdelivr.net/npm/@tekdi/sunbird-collection-editor-web-component@6.1.0-beta.6/styles.css';
203+
'https://cdn.jsdelivr.net/npm/@tekdi/sunbird-collection-editor-web-component@6.1.0-beta.7/styles.css';
204204
document.head.appendChild(link);
205205
}
206206

mfes/workspace/src/components/KaTableComponent.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@ const KaTableComponent: React.FC<CustomTableProps> = ({
410410
if (props?.rowData?.creator || props?.rowData?.author)
411411
return (
412412
<Typography
413+
className="one-line-text"
413414
sx={{ fontSize: '14px', fontWeight: 500 }}
414415
variant="body2"
415416
color={'#987100'}
@@ -420,6 +421,7 @@ const KaTableComponent: React.FC<CustomTableProps> = ({
420421
else
421422
return (
422423
<Typography
424+
className="one-line-text"
423425
sx={{ fontSize: '14px', fontWeight: 500 }}
424426
variant="body2"
425427
color={'#987100'}

0 commit comments

Comments
 (0)