Skip to content
GitLab
Next
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
GitLab FOSS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
GitLab.org
GitLab FOSS
Merge requests
!8278
An error occurred while fetching the assigned milestone of the selected merge_request.
Remove bottom border from Issuable titles
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Remove bottom border from Issuable titles
fix-double-line-issuable-page
into
master
Overview
9
Commits
1
Pipelines
9
Changes
1
Merged
Alfredo Sumaran
requested to merge
fix-double-line-issuable-page
into
master
8 years ago
Overview
9
Commits
1
Pipelines
9
Changes
1
Expand
Prevent duplicate lines when issue/merge request is empty.
Empty MR
Empty Issue
2
0
Merge request reports
Viewing commit
dfed77b0
Show latest version
1 file
+
2
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
dfed77b0
Remove bottom border from issuable title
· dfed77b0
Alfredo Sumaran
authored
8 years ago
app/assets/stylesheets/pages/detail_page.scss
+
2
−
3
Options
@@ -20,11 +20,10 @@
.detail-page-description
{
.title
{
margin
:
0
0
16px
;
margin
:
0
;
font-size
:
2em
;
color
:
$gl-gray-dark
;
padding
:
0
0
0
.3em
;
border-bottom
:
1px
solid
$white-dark
;
padding
:
0
;
}
.description
{
Loading