fix: notes.

This commit is contained in:
elforjani13
2021-12-08 18:53:14 +02:00
parent a948dd4236
commit 6573f19ff8
15 changed files with 138 additions and 55 deletions

View File

@@ -1,5 +1,5 @@
.dialog--reconcile-credit-form {
width: 800px;
width: 850px;
.bp3-dialog-body {
.footer {
@@ -66,6 +66,8 @@
font-size: 14px;
}
.bp3-dialog-footer {
display: flex;
justify-content: flex-start;
padding-top: 10px;
}
}

View File

@@ -1,5 +1,5 @@
.dialog--reconcile-vendor-credit-form {
width: 800px;
width: 850px;
.bp3-dialog-body {
.footer {
@@ -67,6 +67,8 @@
font-size: 14px;
}
.bp3-dialog-footer {
display: flex;
justify-content: flex-start;
padding-top: 10px;
}
}