Commit ef22ec0f authored by Martin Wortschack's avatar Martin Wortschack

Merge branch...

Merge branch '27799-fix-the-following-style-lint-errors-and-warnings-for-app-assets-stylesheets-pages-sherlock' into 'master'

Fix stylelint warning in sherlock.scss

See merge request gitlab-org/gitlab!34685
parents 5d48b6af cf066291
......@@ -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