Commit cf066291 authored by Florie Guibert's avatar Florie Guibert

Fix stylelint warning in sherlock.scss

parent da918859
......@@ -13,10 +13,8 @@ table .sherlock-code {
}
.sherlock-line-samples-table {
margin-bottom: 0 !important;
thead tr th,
tbody tr td {
thead th,
tbody td {
font-size: 13px !important;
text-align: right;
padding: 0 10px !important;
......
......@@ -32,7 +32,7 @@
= @file_sample.file
.code.file-content.js-syntax-highlight
.line-numbers
%table.sherlock-line-samples-table
%table.sherlock-line-samples-table.gl-mb-0
%thead
%tr
%th= t('sherlock.line_capitalized')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment