mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-09 16:01:30 +08:00
(fix) Text size on an archived task and 'Collapse all' button on results [SCI-9582] (#6817)
This commit is contained in:
parent
447d279a87
commit
be2e7ed801
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
wrapTables() {
|
wrapTables() {
|
||||||
const container = $(`<span>${this.element.attributes.orderable.text_view}</span>`);
|
const container = $(`<span class="text-base">${this.element.attributes.orderable.text_view}</span>`);
|
||||||
container.find('table').toArray().forEach((table) => {
|
container.find('table').toArray().forEach((table) => {
|
||||||
if ($(table).parent().hasClass('table-wrapper')) return;
|
if ($(table).parent().hasClass('table-wrapper')) return;
|
||||||
$(table).css('float', 'none').wrapAll(`
|
$(table).css('float', 'none').wrapAll(`
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue