From a1cca4544c25f335bf6e20704877c2409a044743 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Fri, 12 Jun 2020 16:47:39 +0530 Subject: [PATCH] recent_topics: Improve variable naming of tableFixHead. --- static/styles/recent_topics.scss | 4 ++-- static/templates/recent_topics_table.hbs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/static/styles/recent_topics.scss b/static/styles/recent_topics.scss index e9e0c71cc4..02cd992b34 100644 --- a/static/styles/recent_topics.scss +++ b/static/styles/recent_topics.scss @@ -81,14 +81,14 @@ padding-right: 3px; } - .tableFixHead { + .table_fix_head { padding: 10px; padding-top: 0px !important; overflow-y: auto; max-height: 100%; } - .tableFixHead table { + .table_fix_head table { // To keep border properties to the thead th. border-collapse: separate; } diff --git a/static/templates/recent_topics_table.hbs b/static/templates/recent_topics_table.hbs index 05c3d851d8..03519c70a1 100644 --- a/static/templates/recent_topics_table.hbs +++ b/static/templates/recent_topics_table.hbs @@ -7,7 +7,7 @@ -
+