From 3331e1170c529e0d6973337556d3038492e643c3 Mon Sep 17 00:00:00 2001 From: Rares Munteanu Date: Mon, 2 Sep 2024 10:22:15 +0200 Subject: [PATCH] [MWPW-148140] Adjust table strikethrough pricing (#2786) --- libs/blocks/table/table.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libs/blocks/table/table.css b/libs/blocks/table/table.css index 87836b1ae9..5087a46867 100644 --- a/libs/blocks/table/table.css +++ b/libs/blocks/table/table.css @@ -247,6 +247,11 @@ padding: var(--spacing-xxs) 0; } +.table .row-heading .col-heading .pricing .price-strikethrough { + display: inline-block; + font-size: var(--type-body-s-size); +} + /* section */ .table .divider { display: none;