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 { ...@@ -13,10 +13,8 @@ table .sherlock-code {
} }
.sherlock-line-samples-table { .sherlock-line-samples-table {
margin-bottom: 0 !important; thead th,
tbody td {
thead tr th,
tbody tr td {
font-size: 13px !important; font-size: 13px !important;
text-align: right; text-align: right;
padding: 0 10px !important; padding: 0 10px !important;
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
= @file_sample.file = @file_sample.file
.code.file-content.js-syntax-highlight .code.file-content.js-syntax-highlight
.line-numbers .line-numbers
%table.sherlock-line-samples-table %table.sherlock-line-samples-table.gl-mb-0
%thead %thead
%tr %tr
%th= t('sherlock.line_capitalized') %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