Skip to content

Commit

Permalink
Merge pull request #6662 from cfpb/wagtail-213
Browse files Browse the repository at this point in the history
Wagtail 2.13
  • Loading branch information
willbarton authored Nov 12, 2021
2 parents 29d6c21 + cc7c0fb commit 3afcc07
Show file tree
Hide file tree
Showing 17 changed files with 997 additions and 940 deletions.
26 changes: 25 additions & 1 deletion cfgov/templates/wagtailadmin/css/table-block.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,34 @@
.Draftail-Editor__wrapper {
height: auto !important;
width: 800px !important;
max-width: 800px !important;
}

.Draftail-Editor .DraftEditor-root {
padding: 0.75em;
}

.handsontableInputHolder {
left: 0 !important;
margin-top: -67px;
}

.handsontableInputHolder .Draftail-Editor__wrapper {
overflow-y: visible !important;
}

.handsontable,
.handsontable .wtHolder {
height: 100% !important;
overflow: visible !important;
}

.heading-text-block,
.heading-level-block,
.heading-icon-block {
vertical-align: top;
}


.table-block-modal {
box-sizing: border-box;
display: none;
Expand Down
Loading

0 comments on commit 3afcc07

Please sign in to comment.