Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b1776af9
Commit
b1776af9
authored
Nov 05, 2020
by
Tan Le
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix code lines being cut-off on failed job tab
parent
e1e7da41
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
app/assets/stylesheets/bootstrap_migration.scss
app/assets/stylesheets/bootstrap_migration.scss
+2
-6
changelogs/unreleased/fix-padding-on-failed-job-tab.yml
changelogs/unreleased/fix-padding-on-failed-job-tab.yml
+5
-0
No files found.
app/assets/stylesheets/bootstrap_migration.scss
View file @
b1776af9
...
...
@@ -115,14 +115,10 @@ code {
background-color
:
$gray-50
;
border-radius
:
$border-radius-default
;
.code
>
&
{
background-color
:
inherit
;
padding
:
unset
;
}
.code
>
&
,
.build-trace
&
{
background-color
:
inherit
;
padding
:
inheri
t
;
padding
:
unse
t
;
}
}
...
...
changelogs/unreleased/fix-padding-on-failed-job-tab.yml
0 → 100644
View file @
b1776af9
---
title
:
Fix code lines being cut-off on failed job tab
merge_request
:
46885
author
:
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment