File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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' }
You can’t perform that action at this time.
0 commit comments