(fix) Text size on an archived task and 'Collapse all' button on results [SCI-9582] (#6817)

This commit is contained in:
Gregor Lasnibat 2023-12-14 16:11:49 +01:00 committed by GitHub
parent 447d279a87
commit be2e7ed801
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,7 +113,7 @@
},
computed: {
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) => {
if ($(table).parent().hasClass('table-wrapper')) return;
$(table).css('float', 'none').wrapAll(`