Skip to content

Commit 8c9fbfe

Browse files
Update custom.scss
1 parent af27449 commit 8c9fbfe

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

_sass/custom/custom.scss

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -280,25 +280,21 @@ table.sml-table {
280280
}
281281

282282
.table-wrap-wide {
283-
width: 100% !important;
284-
max-width: 600px !important;
285-
margin-top: 0 !important;
286-
padding-top: 0 !important;
287-
margin-bottom: 0 !important;
288-
padding-bottom: 0 !important;
283+
width: 600px;
284+
margin-top: 0 !important;
285+
padding-top: 0 !important;
286+
margin-bottom: 0 !important;
287+
padding-bottom: 0 !important;
289288
}
290289

291290
table.sml-table-wide {
292-
width: 100%;
293-
max-width: 600px;
291+
width: 500px !important;
294292
table-layout: fixed;
295293
margin: 0 auto !important;
296294
}
297295

298296
.sml-table-wide td:first-child {
299297
width: 50px;
300-
overflow: hidden;
301-
white-space: nowrap;
302298
}
303299

304300
// 0007

0 commit comments

Comments
 (0)