File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -196,11 +196,7 @@ const CourseOptimizerPage: FC<{ courseId: string }> = ({ courseId }) => {
196
196
< Container size = "xl" className = "mt-4 px-4 export" >
197
197
< section className = "setting-items mb-4" >
198
198
< Layout
199
- lg = { [ { span : 9 } , { span : 3 } ] }
200
- md = { [ { span : 9 } , { span : 3 } ] }
201
- sm = { [ { span : 9 } , { span : 3 } ] }
202
- xs = { [ { span : 9 } , { span : 3 } ] }
203
- xl = { [ { span : 9 } , { span : 3 } ] }
199
+ lg = { [ { span : 12 } , { span : 0 } ] }
204
200
>
205
201
< Layout . Element >
206
202
< article >
Original file line number Diff line number Diff line change 57
57
td {
58
58
padding : 16px 0 ;
59
59
border-top : none !important ;
60
+ overflow : auto ;
60
61
61
62
a {
62
63
color : var (--info-500 , #00688D );
118
119
119
120
.broken-link-container {
120
121
max-width : calc (100% - 150px );
122
+ }
123
+
124
+ .broken-link-container a {
125
+ display : block ;
121
126
overflow : hidden ;
122
127
text-overflow : ellipsis ;
123
- flex-grow : 1 ;
124
- word-break : break-all ;
125
- overflow-wrap : anywhere;
126
- white-space : break- spaces;
128
+ white-space : nowrap ;
129
+ }
130
+
131
+ .links-container > div :first-child {
132
+ max-width : 95% ;
127
133
}
128
134
129
135
.locked-links-checkbox {
You can’t perform that action at this time.
0 commit comments