From 4bf168561e16b970084d2631c00f17191cbf414d Mon Sep 17 00:00:00 2001 From: Thomas JUND Date: Tue, 17 Jan 2023 18:18:03 +0100 Subject: [PATCH] css: fix table-headers declarations (#73521) --- static/includes/_table.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/includes/_table.scss b/static/includes/_table.scss index 144aa40e..ba97c63d 100644 --- a/static/includes/_table.scss +++ b/static/includes/_table.scss @@ -52,7 +52,8 @@ table.pk-data-table { thead th { background: $table-headers-background; color: $table-headers-color; - font-style: $table-headers-font-size; + font-size: $table-headers-font-size; + font-style: $table-headers-font-style; font-weight: $table-headers-font-weight; text-transform: $table-headers-text-transform; font-family: $table-headers-font-family;