BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
53103b46
Unverified
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
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
CHANGELOG
CHANGELOG
+1
-0
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
- Redirects back to issue after clicking login link
- Eager load award emoji on notes
- 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)
- The Markdown reference parsers now re-use query results to prevent running the same queries multiple times. !5020
- Updated project header design
...
...
app/assets/stylesheets/framework/forms.scss
View file @
53103b46
...
...
@@ -19,7 +19,6 @@ input[type='text'].danger {
}
.form-actions
{
margin
:
-
$gl-padding
;
margin-top
:
0
;
margin-bottom
:
-
$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