Commit 9e480ebb authored by Martin Wortschack's avatar Martin Wortschack

Merge branch 'cngo-fix-stylelint-issues' into 'master'

Fix stylelint errors

See merge request gitlab-org/gitlab!39831
parents 8953dabe 7dd0678b
...@@ -52,19 +52,19 @@ export default { ...@@ -52,19 +52,19 @@ export default {
<style> <style>
.pdf-page { .pdf-page {
margin: 8px auto 0 auto; margin: 8px auto 0;
border-top: 1px #ddd solid; border-top: 1px #ddd solid;
border-bottom: 1px #ddd solid; border-bottom: 1px #ddd solid;
width: 100%; width: 100%;
} }
.pdf-page:first-child { .pdf-page:first-child {
margin-top: 0px; margin-top: 0;
border-top: 0px; border-top: 0;
} }
.pdf-page:last-child { .pdf-page:last-child {
margin-bottom: 0px; margin-bottom: 0;
border-bottom: 0px; border-bottom: 0;
} }
</style> </style>
...@@ -118,7 +118,7 @@ export default { ...@@ -118,7 +118,7 @@ export default {
<div v-else class="text-secondary">{{ anyUserText }}</div> <div v-else class="text-secondary">{{ anyUserText }}</div>
</div> </div>
<div class="selectbox" style="display: none"> <div class="selectbox" style="display: none;">
<div class="dropdown"> <div class="dropdown">
<button <button
ref="dropdown" ref="dropdown"
......
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