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
876a0c7a
Commit
876a0c7a
authored
Dec 11, 2020
by
Chad Woolley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Standardize page-title bottom margin styling
Removes unnecessary and problematic bottom margin 0 from last-child
parent
cd3242a8
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
12 additions
and
17 deletions
+12
-17
app/assets/javascripts/issuable_create/components/issuable_create_root.vue
...ripts/issuable_create/components/issuable_create_root.vue
+1
-1
app/assets/stylesheets/framework/typography.scss
app/assets/stylesheets/framework/typography.scss
+0
-4
app/assets/stylesheets/pages/editor.scss
app/assets/stylesheets/pages/editor.scss
+0
-4
app/views/projects/blob/edit.html.haml
app/views/projects/blob/edit.html.haml
+2
-3
app/views/projects/blob/new.html.haml
app/views/projects/blob/new.html.haml
+2
-3
changelogs/unreleased/standardize-page-title-bottom-margin-styling.yml
...released/standardize-page-title-bottom-margin-styling.yml
+5
-0
ee/app/assets/javascripts/iterations/components/iteration_form.vue
...sets/javascripts/iterations/components/iteration_form.vue
+1
-1
ee/app/views/admin/geo/nodes/index.html.haml
ee/app/views/admin/geo/nodes/index.html.haml
+1
-1
No files found.
app/assets/javascripts/issuable_create/components/issuable_create_root.vue
View file @
876a0c7a
...
...
@@ -29,7 +29,7 @@ export default {
<
template
>
<div
class=
"issuable-create-container"
>
<slot
name=
"title"
></slot>
<hr
/>
<hr
class=
"gl-mt-0"
/>
<issuable-form
:description-preview-path=
"descriptionPreviewPath"
:description-help-path=
"descriptionHelpPath"
...
...
app/assets/stylesheets/framework/typography.scss
View file @
876a0c7a
...
...
@@ -573,10 +573,6 @@ body {
font-size
:
1
.25em
;
font-weight
:
$gl-font-weight-bold
;
&
:last-child
{
margin-bottom
:
0
;
}
&
.with-button
{
line-height
:
34px
;
}
...
...
app/assets/stylesheets/pages/editor.scss
View file @
876a0c7a
...
...
@@ -216,10 +216,6 @@
}
}
.editor-title-row
{
margin-bottom
:
20px
;
}
.popover.suggest-gitlab-ci-yml
{
z-index
:
$header-zindex
-
1
;
}
app/views/projects/blob/edit.html.haml
View file @
876a0c7a
...
...
@@ -9,9 +9,8 @@
=
link_to
"the file"
,
project_blob_path
(
@project
,
tree_join
(
@branch_name
,
@file_path
)),
target:
"_blank"
,
rel:
'noopener noreferrer'
,
class:
'gl-link'
and make sure your changes will not unintentionally remove theirs.
.editor-title-row
%h3
.page-title.blob-edit-page-title
Edit file
%h3
.page-title.blob-edit-page-title
Edit file
.file-editor
%ul
.nav-links.no-bottom.js-edit-mode.nav.nav-tabs
%li
.active
...
...
app/views/projects/blob/new.html.haml
View file @
876a0c7a
-
breadcrumb_title
_
(
"Repository"
)
-
page_title
_
(
"New File"
),
@path
.
presence
,
@ref
.editor-title-row
%h3
.page-title.blob-new-page-title
New file
%h3
.page-title.blob-new-page-title
New file
.file-editor
=
form_tag
(
project_create_blob_path
(
@project
,
@id
),
method: :post
,
class:
'js-edit-blob-form js-new-blob-form js-quick-submit js-requires-input'
,
data:
blob_editor_paths
(
@project
))
do
=
render
'projects/blob/editor'
,
ref:
@ref
...
...
changelogs/unreleased/standardize-page-title-bottom-margin-styling.yml
0 → 100644
View file @
876a0c7a
---
title
:
'
Remove
last-child
bottom-margin:
0
from
page-title
class'
merge_request
:
49884
author
:
type
:
fixed
ee/app/assets/javascripts/iterations/components/iteration_form.vue
View file @
876a0c7a
...
...
@@ -145,7 +145,7 @@ export default {
{{
isEditing
?
__
(
'
Edit iteration
'
)
:
__
(
'
New iteration
'
)
}}
</h3>
</div>
<hr
/>
<hr
class=
"gl-mt-0"
/>
<gl-form
class=
"row common-note-form"
>
<div
class=
"col-md-6"
>
<div
class=
"form-group row"
>
...
...
ee/app/views/admin/geo/nodes/index.html.haml
View file @
876a0c7a
...
...
@@ -5,7 +5,7 @@
=
render
partial:
'admin/geo/shared/license_alert'
.d-flex.align-items-center.border-bottom.border-default.mb-4
%h3
{
:class
=>
"page-title
gl-mb-5!
"
}
%h3
{
:class
=>
"page-title"
}
=
_
(
"Geo Nodes"
)
-
if
@nodes
.
any?
=
link_to
s_
(
"GeoNodes|New node"
),
new_admin_geo_node_path
,
class:
'gl-button btn btn-success ml-auto qa-new-node-link'
...
...
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