From 59374606a318c92d0394e91c76fa9633c403a092 Mon Sep 17 00:00:00 2001 From: Rework-Digital Date: Wed, 15 Jan 2025 11:42:03 +1100 Subject: [PATCH] Change log table fix (#40) * Hero Counter additon and update to main script file. * Updated gap on Proof Splide * Updated Gap * Update to main script * Updated Splide JS * Update to Testimonial Slider to fix mobile view * Splitting component scripts out * Blog Template Page customisations and scripts. * Update to CSS file * Updated Class Selector for Section Banner * Refactored CSS code to remove !important * Updated comments on css file. * Update to CSS formatting * Updates to CSS and JS files for new components * update to css file * Fix issues in css file * Splitting Font Update CSS * updated js files and split js from main solcast.webflow.scripts.js into individual js files. * Navbar Animation * Formatting clean up in css file and additional comments in footer js file. * Update of Font import and Pricing Table Tab Selector Script * Update to Hightlight Script and CSS file * Fixed comment spelling * Updated absolute paths to relative * additional css * Update to Page Banner page break * adding swiper-bundle.min.css file to main repo * Updated Status Pal CSS * Updated Status pal css * Added credit to statuspal css * Updated Credit * Fix to blog page checkboxes * Blog Page Fix Update * Update solcast.webflow.style.css Added break-word to to Data and Change Log Table --- assets/css/solcast.webflow.style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/css/solcast.webflow.style.css b/assets/css/solcast.webflow.style.css index 894503d..c63f8b2 100644 --- a/assets/css/solcast.webflow.style.css +++ b/assets/css/solcast.webflow.style.css @@ -955,3 +955,8 @@ img[style-image-object-fit="cover"] { margin-bottom: 0.5rem; } +/* Data and API Change Log Customisations */ + +.changelog_collection-table .table_cell a { + word-break: break-word; +}