We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5794c70 commit 67b494dCopy full SHA for 67b494d
web_src/less/_markup.less
@@ -473,6 +473,34 @@
473
box-shadow: inset 0 -1px 0 var(--color-secondary);
474
}
475
476
+<<<<<<< HEAD
477
+=======
478
+ .csv-data td,
479
+ .csv-data th {
480
+ padding: 5px;
481
+ overflow: hidden;
482
+ font-size: 12px;
483
+ line-height: 1;
484
+ text-align: left;
485
+ white-space: nowrap;
486
+ }
487
+
488
+ .csv-data .blob-num {
489
+ padding: 10px 8px 9px;
490
+ text-align: right;
491
+ border: 0;
492
493
494
+ .csv-data tr {
495
+ border-top: 0;
496
497
498
499
+ font-weight: 600;
500
501
502
503
+>>>>>>> e38bfb88d... rename _markdown to _markup
504
.ui.list .list,
505
ol.ui.list ol,
506
ul.ui.list ul {
0 commit comments