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
c2a438f6
Commit
c2a438f6
authored
Dec 12, 2019
by
Roman Kuba
Committed by
Natalia Tepluhina
Dec 12, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Single-File-Editor-Layout breaking when branch name is too long
parent
50297fb6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
app/assets/stylesheets/pages/editor.scss
app/assets/stylesheets/pages/editor.scss
+2
-1
changelogs/unreleased/rk-37435-fix-editor-layout.yml
changelogs/unreleased/rk-37435-fix-editor-layout.yml
+5
-0
No files found.
app/assets/stylesheets/pages/editor.scss
View file @
c2a438f6
...
@@ -172,7 +172,7 @@
...
@@ -172,7 +172,7 @@
}
}
.template-selector-dropdowns-wrap
{
.template-selector-dropdowns-wrap
{
display
:
inline-block
;
display
:
flex
;
vertical-align
:
top
;
vertical-align
:
top
;
@media
(
max-width
:
map-get
(
$grid-breakpoints
,
lg
)
-1
)
{
@media
(
max-width
:
map-get
(
$grid-breakpoints
,
lg
)
-1
)
{
...
@@ -189,6 +189,7 @@
...
@@ -189,6 +189,7 @@
display
:
inline-block
;
display
:
inline-block
;
vertical-align
:
top
;
vertical-align
:
top
;
font-family
:
$regular_font
;
font-family
:
$regular_font
;
margin
:
0
8px
0
0
;
@media
(
max-width
:
map-get
(
$grid-breakpoints
,
lg
)
-1
)
{
@media
(
max-width
:
map-get
(
$grid-breakpoints
,
lg
)
-1
)
{
display
:
block
;
display
:
block
;
...
...
changelogs/unreleased/rk-37435-fix-editor-layout.yml
0 → 100644
View file @
c2a438f6
---
title
:
Fix Single-File-Editor-Layout breaking when branch name is too long
merge_request
:
21577
author
:
Roman Kuba
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