We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af27449 commit 8c9fbfeCopy full SHA for 8c9fbfe
1 file changed
_sass/custom/custom.scss
@@ -280,25 +280,21 @@ table.sml-table {
280
}
281
282
.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;
+ width: 600px;
+ margin-top: 0 !important;
+ padding-top: 0 !important;
+ margin-bottom: 0 !important;
+ padding-bottom: 0 !important;
289
290
291
table.sml-table-wide {
292
- width: 100%;
293
- max-width: 600px;
+ width: 500px !important;
294
table-layout: fixed;
295
margin: 0 auto !important;
296
297
298
.sml-table-wide td:first-child {
299
width: 50px;
300
- overflow: hidden;
301
- white-space: nowrap;
302
303
304
// 0007
0 commit comments