Skip to content
Snippets Groups Projects
Commit 2fa9b1fe authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

Fixes styling issues in test reports

In the Merge Request widget, the reports for tests
had an extra border.
The loading icon in the mr widget used in all
report sections had an extra margin causing text
to be misaligned.
This commit fixes both issues

Closes #52147
parent f5c8923a
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -268,11 +268,11 @@ export default {
:key="deployment.id"
:deployment="deployment"
/>
<grouped-test-reports-app
v-if="mr.testResultsPath"
:endpoint="mr.testResultsPath"
/>
<div class="mr-section-container">
<grouped-test-reports-app
v-if="mr.testResultsPath"
:endpoint="mr.testResultsPath"
/>
<div class="mr-widget-section">
<component
:is="componentName"
Loading
Loading
Loading
Loading
@@ -201,7 +201,6 @@
 
.mr-widget-icon {
font-size: 22px;
margin-right: $gl-btn-padding;
}
 
.ci-status-icon svg {
Loading
Loading
---
title: Removes extra border from test reports in the merge request widget
merge_request:
author:
type: fixed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment