Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/css/styles.min.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion hdbt.theme
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ function hdbt_preprocess_node(&$variables): void {

// Set "modified_at" variable for the node template.
// Do not show modified timestamp if it's less or equal to published_at date.

// UHF-10893: For news_item, use changed_at field instead of getChangedTime()
if ($node->bundle() === 'news_item' && $node->hasField('changed_at')) {
$changed_at = (int) $node->get('changed_at')->value;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@
.helfi-calculator__receipt-subtotal-sum {
@include font('h4');
grid-area: sum;
white-space: nowrap;
}

@include breakpoint($breakpoint-s) {
Expand Down