Skip to content

Commit

Permalink
GN-4660: Percentage resize for tables instead of absolute pixels
Browse files Browse the repository at this point in the history
  • Loading branch information
dkozickis authored and elpoelma committed Feb 19, 2024
1 parent e537f0f commit f98250b
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/cyan-rice-draw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"frontend-gelinkt-notuleren": patch
---

Update `@lblod/ember-rdfa-editor` to 9.2.0
5 changes: 5 additions & 0 deletions .changeset/short-suits-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"frontend-gelinkt-notuleren": minor
---

GN-4660: Percentage resize for tables instead of absolute pixels
6 changes: 6 additions & 0 deletions app/styles/project/_c-template.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@
@include au-font-size($au-h6);
display: table;
table-layout: fixed;

// Having `colgroup` means that column widths are defined
&:has(colgroup) {
table-layout: auto;
}

position: relative;
width: 100%;
border-collapse: collapse;
Expand Down
13 changes: 7 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@lblod/ember-acmidm-login": "^2.0.0-beta.1",
"@lblod/ember-environment-banner": "^0.2.0",
"@lblod/ember-mock-login": "0.7.0",
"@lblod/ember-rdfa-editor": "^9.1.0",
"@lblod/ember-rdfa-editor": "^9.2.0",
"@lblod/ember-rdfa-editor-lblod-plugins": "^16.1.0",
"@release-it-plugins/lerna-changelog": "^6.0.0",
"broccoli-asset-rev": "^3.0.0",
Expand Down

0 comments on commit f98250b

Please sign in to comment.