diff --git a/e2e/paths/09-invoice-out-module/01_descriptor.spec.js b/e2e/paths/09-invoice-out-module/01_descriptor.spec.js index fd3516d87..a00d6387d 100644 --- a/e2e/paths/09-invoice-out-module/01_descriptor.spec.js +++ b/e2e/paths/09-invoice-out-module/01_descriptor.spec.js @@ -1,7 +1,7 @@ import selectors from '../../helpers/selectors.js'; import createNightmare from '../../helpers/nightmare'; -fdescribe('InvoiceOut descriptor path', () => { +describe('InvoiceOut descriptor path', () => { const nightmare = createNightmare(); let bookedDate; diff --git a/front/core/components/card/style.scss b/front/core/components/card/style.scss index c2fe4e1ea..a459879df 100644 --- a/front/core/components/card/style.scss +++ b/front/core/components/card/style.scss @@ -1,3 +1,4 @@ vn-card { display: block; + box-sizing: border-box; } \ No newline at end of file diff --git a/front/core/components/icon-button/style.scss b/front/core/components/icon-button/style.scss index 3dd41d723..c73580ad9 100644 --- a/front/core/components/icon-button/style.scss +++ b/front/core/components/icon-button/style.scss @@ -5,7 +5,7 @@ vn-icon-button { color: $color-main; & > button { - padding: 0 !important; + padding: .2em !important; } &:focus { opacity: .6; diff --git a/front/core/components/searchbar/searchbar.html b/front/core/components/searchbar/searchbar.html index c231b9752..069a9411c 100644 --- a/front/core/components/searchbar/searchbar.html +++ b/front/core/components/searchbar/searchbar.html @@ -1,6 +1,6 @@