File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
web-console-v2/src/pages/DatasetList Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2020 padding-right : 0.5rem !important ;
2121 padding-left : 0.5rem !important ;
2222 flex : 1 1 auto;
23- overflow : hidden;
2423 min-width : 0 ;
24+ word-break : break-word !important ;
2525}
2626
2727.gridItemNoBorder {
136136 justify-content : space-between;
137137 align-items : center;
138138 width : 100% ;
139+ flex-wrap : wrap;
139140}
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ const DatasetlistCard: React.FC<DatasetlistCardProps> = ({
160160 { label }
161161 </ Typography >
162162 { key === 'status' ? (
163- < Typography variant = "caption" >
163+ < Typography variant = "caption" sx = { { textAlign : 'start' } } >
164164 { getStatusLabel ( String ( dataset [ key as keyof Dataset ] ) ) }
165165 </ Typography >
166166 ) : (
You can’t perform that action at this time.
0 commit comments