@@ -228,6 +228,7 @@ ul ul ul ul ul ul ul {
228
228
.fieldTable {
229
229
width : 100% ;
230
230
border : 0 ;
231
+ overflow : hidden;
231
232
}
232
233
233
234
/* Arg name */
@@ -248,15 +249,26 @@ ul ul ul ul ul ul ul {
248
249
249
250
.fieldTable tr td {
250
251
padding : 2px ;
252
+ vertical-align : top;
251
253
}
252
254
255
+ /* Add border to separate parameter rows */
256
+ .fieldTable tr : not (: last-of-type ): has (.fieldArgContainer ): has (+ tr : not (.fieldStart )) {
257
+ box-shadow : 25px 1px 0 # ddd ;
258
+ border-bottom : 7px solid;
259
+ border-color : transparent;
260
+ }
253
261
254
262
/* Argument name + type column table */
255
263
.fieldTable tr td .fieldArgContainer {
256
- width : 325 px ;
264
+ max- width: 400 px ;
257
265
word-break : break-word;
258
266
}
259
267
268
+ .fieldTable tr td .fieldArgDesc {
269
+ max-width : 600px ;
270
+ }
271
+
260
272
/* parameters names in parameters table */
261
273
.fieldTable tr td .fieldArgContainer > .fieldArg {
262
274
float : left;
@@ -306,6 +318,11 @@ ul ul ul ul ul ul ul {
306
318
width : auto;
307
319
}
308
320
321
+ /* Argument name + type column table */
322
+ .fieldTable tr td .fieldArgContainer {
323
+ width : 33% ;
324
+ }
325
+
309
326
}
310
327
311
328
@media only screen and (max-width : 820px ) {
@@ -320,24 +337,13 @@ ul ul ul ul ul ul ul {
320
337
# splitTables > table tr td : nth-child (2 ) {
321
338
width : 160px ;
322
339
}
323
- /* Argument name + type column table */
324
- .fieldTable tr td .fieldArgContainer {
325
- width : 170px ;
326
- }
327
- .fieldTable {
328
- table-layout : fixed;
329
- }
330
340
}
331
341
332
342
@media only screen and (max-width : 450px ) {
333
343
/* Attr name column table */
334
344
# splitTables > table tr td : nth-child (2 ) {
335
345
width : 100px ;
336
346
}
337
- /* Argument name + type column table */
338
- .fieldTable tr td .fieldArgContainer {
339
- width : 125px ;
340
- }
341
347
}
342
348
343
349
table .package {
0 commit comments