Skip to content

Commit cc0e667

Browse files
AliKdhim87Robbert
authored andcommitted
fix: fix table style in open forms embed
1 parent c54697c commit cc0e667

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

.changeset/pretty-plants-retire.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@frameless/pdc-frontend": patch
3+
---
4+
5+
Los de tabelstijl op de OpenForms-pagina op.

apps/pdc-frontend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"@types/lodash.mergewith": "4.6.9",
5858
"@utrecht/focus-ring-css": "1.1.0",
5959
"@utrecht/form-label-css": "1.1.0",
60+
"@utrecht/table-css": "1.4.0",
6061
"@utrecht/multiline-data-css": "1.1.0",
6162
"@utrecht/textbox-css": "1.2.0",
6263
"eslint-config-next": "13.2.4",

apps/pdc-frontend/src/components/OpenFormsEmbed/OpenFormsEmbed.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@import "~@utrecht/multiline-data-css/src/mixin";
22
@import "~@utrecht/form-label-css/src/mixin";
33
@import "~@utrecht/textbox-css/src/mixin";
4-
4+
@import "~@utrecht/table-css/src/html/mixin";
55
:root {
66
--of-progress-indicator-padding-block-end: 0;
77
}
@@ -66,3 +66,7 @@
6666
.utrecht-form-container--openforms {
6767
flex: 1 1;
6868
}
69+
70+
.openforms-body .openforms-body--wysiwyg {
71+
@include utrecht-html-table;
72+
}

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8328,6 +8328,11 @@
83288328
dependencies:
83298329
clsx "2.1.1"
83308330

8331+
"@utrecht/table-css@1.4.0":
8332+
version "1.4.0"
8333+
resolved "https://registry.yarnpkg.com/@utrecht/table-css/-/table-css-1.4.0.tgz#fc675468cd887f301af895f72f26cc4d69fd857d"
8334+
integrity sha512-D2JvmGY9uf2/N/wiq4XbX5/9Gz5iTIsjiJF4huFmP+XRB7zzSwPTWgC/AdQWtIUiYlWQMFvvB6bOMtCIUq9eKA==
8335+
83318336
"@utrecht/textbox-css@1.2.0":
83328337
version "1.2.0"
83338338
resolved "https://registry.yarnpkg.com/@utrecht/textbox-css/-/textbox-css-1.2.0.tgz#41be4783d178ab227b9bd188253407a688e69226"

0 commit comments

Comments
 (0)