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
0
Merge Requests
0
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
Tatuya Kamada
gitlab-ce
Commits
53103b46
Commit
53103b46
authored
Jun 24, 2016
by
Paweł Kowalski
Committed by
Luke Bennett
Aug 28, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prevent .form-actions element from leaking out of the main container
parent
68b3c8c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
CHANGELOG
CHANGELOG
+1
-0
app/assets/stylesheets/framework/forms.scss
app/assets/stylesheets/framework/forms.scss
+0
-1
No files found.
CHANGELOG
View file @
53103b46
...
@@ -333,6 +333,7 @@ v 8.10.0
...
@@ -333,6 +333,7 @@ v 8.10.0
- Redirects back to issue after clicking login link
- Redirects back to issue after clicking login link
- Eager load award emoji on notes
- Eager load award emoji on notes
- Allow to define manual actions/builds on Pipelines and Environments
- Allow to define manual actions/builds on Pipelines and Environments
- Fix leaking of submit buttons outside the width of a main container !18731
- Fix pagination when sorting by columns with lots of ties (like priority)
- Fix pagination when sorting by columns with lots of ties (like priority)
- The Markdown reference parsers now re-use query results to prevent running the same queries multiple times. !5020
- The Markdown reference parsers now re-use query results to prevent running the same queries multiple times. !5020
- Updated project header design
- Updated project header design
...
...
app/assets/stylesheets/framework/forms.scss
View file @
53103b46
...
@@ -19,7 +19,6 @@ input[type='text'].danger {
...
@@ -19,7 +19,6 @@ input[type='text'].danger {
}
}
.form-actions
{
.form-actions
{
margin
:
-
$gl-padding
;
margin-top
:
0
;
margin-top
:
0
;
margin-bottom
:
-
$gl-padding
;
margin-bottom
:
-
$gl-padding
;
padding
:
$gl-padding
;
padding
:
$gl-padding
;
...
...
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