File tree 3 files changed +5
-6
lines changed
components/events/partials/ModalTabsAndPages
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ const StartTaskGeneralPage = <T extends RequiredFormProps>({
87
87
onChange = { ( e ) => onChangeAllSelected ( e ) }
88
88
/>
89
89
</ th >
90
- < th className = "full-width" >
90
+ < th >
91
91
{ t ( "EVENTS.EVENTS.TABLE.TITLE" ) }
92
92
</ th >
93
93
< th className = "nowrap" >
@@ -105,7 +105,7 @@ const StartTaskGeneralPage = <T extends RequiredFormProps>({
105
105
key = { key }
106
106
className = { cn ( { error : ! isStartable ( event ) } ) }
107
107
>
108
- < td >
108
+ < td className = "small" >
109
109
< input
110
110
name = "events"
111
111
type = "checkbox"
@@ -114,10 +114,10 @@ const StartTaskGeneralPage = <T extends RequiredFormProps>({
114
114
/>
115
115
</ td >
116
116
< td > { event . title } </ td >
117
- < td className = "nowrap" >
117
+ < td >
118
118
{ event . series ? event . series . title : "" }
119
119
</ td >
120
- < td className = "nowrap" > { t ( event . event_status as ParseKeys ) } </ td >
120
+ < td > { t ( event . event_status as ParseKeys ) } </ td >
121
121
</ tr >
122
122
) ) }
123
123
</ tbody >
Original file line number Diff line number Diff line change 244
244
& .tbl-list table td {
245
245
246
246
& :first-child {
247
- width : 150px ;
247
+ max- width : 150px ;
248
248
}
249
249
250
250
& :last-child {
Original file line number Diff line number Diff line change @@ -618,7 +618,6 @@ table.main-tbl {
618
618
619
619
td {
620
620
max-width : 800px ;
621
- word-wrap : anywhere;
622
621
}
623
622
624
623
td {
You can’t perform that action at this time.
0 commit comments