Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
896
Issues
896
List
Boards
Labels
Service Desk
Milestones
Merge Requests
49
Merge Requests
49
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
2041b828
Commit
2041b828
authored
50 minutes ago
by
Mark Harding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(fix): right padding for btc modal and closes on save - closes
#1828
parent
f35f5671
epic/37-wire
1 merge request
!508
Epic/37 wire
Pipeline
#79194234
running with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
settings.component.scss
src/app/modules/payments/btc/settings.component.scss
+3
-0
settings.component.ts
src/app/modules/payments/btc/settings.component.ts
+3
-0
No files found.
src/app/modules/payments/btc/settings.component.scss
View file @
2041b828
m-btc__settings
{
p
{
padding-right
:
$minds-padding
*
2
;
}
label
{
font-weight
:
600
;
}
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/payments/btc/settings.component.ts
View file @
2041b828
...
...
@@ -5,6 +5,7 @@ import {
}
from
'
@angular/core
'
;
import
{
Client
}
from
'
../../../services/api
'
;
import
{
OverlayModalService
}
from
'
../../../services/ux/overlay-modal
'
;
@
Component
({
selector
:
'
m-btc__settings
'
,
...
...
@@ -19,6 +20,7 @@ export class BTCSettingsComponent {
constructor
(
private
client
:
Client
,
private
cd
:
ChangeDetectorRef
,
private
overlayModal
:
OverlayModalService
,
)
{
}
ngOnInit
()
{
...
...
@@ -38,6 +40,7 @@ export class BTCSettingsComponent {
});
this
.
saving
=
false
;
this
.
detectChanges
();
this
.
overlayModal
.
dismiss
();
}
detectChanges
()
{
...
...
This diff is collapsed.
Click to expand it.
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