2015-11-26 14:37:03 +05:30
|
|
|
table .sherlock-code {
|
|
|
|
max-width: 700px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sherlock-code {
|
|
|
|
pre {
|
|
|
|
word-wrap: normal;
|
|
|
|
|
2018-03-17 18:26:18 +05:30
|
|
|
code {
|
|
|
|
white-space: pre;
|
|
|
|
}
|
2015-11-26 14:37:03 +05:30
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.sherlock-line-samples-table {
|
2020-07-28 23:09:34 +05:30
|
|
|
thead th,
|
|
|
|
tbody td {
|
2015-11-26 14:37:03 +05:30
|
|
|
font-size: 13px !important;
|
|
|
|
text-align: right;
|
2016-06-02 11:05:42 +05:30
|
|
|
padding: 0 10px !important;
|
2015-11-26 14:37:03 +05:30
|
|
|
}
|
2018-03-17 18:26:18 +05:30
|
|
|
|
|
|
|
.slow {
|
|
|
|
color: $red-500;
|
|
|
|
font-weight: $gl-font-weight-bold;
|
|
|
|
}
|
2015-11-26 14:37:03 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.sherlock-file-sample pre {
|
|
|
|
padding-top: 28px !important;
|
|
|
|
}
|