File tree Expand file tree Collapse file tree 4 files changed +16
-1
lines changed
src/components/OpenFormsEmbed Expand file tree Collapse file tree 4 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @frameless/pdc-frontend " : patch
3
+ ---
4
+
5
+ Los de tabelstijl op de OpenForms-pagina op.
Original file line number Diff line number Diff line change 57
57
"@types/lodash.mergewith" : " 4.6.9" ,
58
58
"@utrecht/focus-ring-css" : " 1.1.0" ,
59
59
"@utrecht/form-label-css" : " 1.1.0" ,
60
+ "@utrecht/table-css" : " 1.4.0" ,
60
61
"@utrecht/multiline-data-css" : " 1.1.0" ,
61
62
"@utrecht/textbox-css" : " 1.2.0" ,
62
63
"eslint-config-next" : " 13.2.4" ,
Original file line number Diff line number Diff line change 1
1
@import " ~@utrecht/multiline-data-css/src/mixin" ;
2
2
@import " ~@utrecht/form-label-css/src/mixin" ;
3
3
@import " ~@utrecht/textbox-css/src/mixin" ;
4
-
4
+ @import " ~@utrecht/table-css/src/html/mixin " ;
5
5
:root {
6
6
--of-progress-indicator-padding-block-end : 0 ;
7
7
}
66
66
.utrecht-form-container--openforms {
67
67
flex : 1 1 ;
68
68
}
69
+
70
+ .openforms-body .openforms-body--wysiwyg {
71
+ @include utrecht-html-table ;
72
+ }
Original file line number Diff line number Diff line change 8328
8328
dependencies:
8329
8329
clsx "2.1.1"
8330
8330
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
+
8331
8336
"@utrecht/textbox-css@1.2.0":
8332
8337
version "1.2.0"
8333
8338
resolved "https://registry.yarnpkg.com/@utrecht/textbox-css/-/textbox-css-1.2.0.tgz#41be4783d178ab227b9bd188253407a688e69226"
You can’t perform that action at this time.
0 commit comments