Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
5670b455
Commit
5670b455
authored
Mar 17, 2020
by
Paul Kaplan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add modifier class to fix button margin
parent
f796093e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
src/components/modal/base/modal.scss
src/components/modal/base/modal.scss
+6
-0
src/components/modal/report/form-step.jsx
src/components/modal/report/form-step.jsx
+1
-1
No files found.
src/components/modal/base/modal.scss
View file @
5670b455
...
...
@@ -84,6 +84,12 @@ row to appear to contain overflow. */
margin-bottom
:
.9375rem
;
}
/* For action button row where left/right margin is handled by parent element */
.action-buttons.action-buttons-no-inset
{
margin-left
:
0
;
margin-right
:
0
;
}
.action-button
{
margin
:
0
0
0
.54625rem
;
border-radius
:
.25rem
;
...
...
src/components/modal/report/form-step.jsx
View file @
5670b455
...
...
@@ -45,7 +45,7 @@ class FormStep extends React.Component {
onValidSubmit=
{
onNext
}
>
{
children
}
<
FlexRow
className=
"action-buttons"
>
<
FlexRow
className=
{
classNames
(
'
action-buttons
'
,
'
action-buttons-no-inset
'
)
}
>
<
Button
className=
{
classNames
(
'
action-button
'
,
...
...
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