recent_topics: Improve variable naming of tableFixHead.

This commit is contained in:
Aman Agrawal
2020-06-12 16:47:39 +05:30
committed by Tim Abbott
parent 347c0dc80f
commit a1cca4544c
2 changed files with 3 additions and 3 deletions

View File

@@ -81,14 +81,14 @@
padding-right: 3px; padding-right: 3px;
} }
.tableFixHead { .table_fix_head {
padding: 10px; padding: 10px;
padding-top: 0px !important; padding-top: 0px !important;
overflow-y: auto; overflow-y: auto;
max-height: 100%; max-height: 100%;
} }
.tableFixHead table { .table_fix_head table {
// To keep border properties to the thead th. // To keep border properties to the thead th.
border-collapse: separate; border-collapse: separate;
} }

View File

@@ -7,7 +7,7 @@
<i class="fa fa-remove" aria-hidden="true"></i> <i class="fa fa-remove" aria-hidden="true"></i>
</button> </button>
</div> </div>
<div class="tableFixHead"> <div class="table_fix_head">
<table class="table table-responsive table-hover"> <table class="table table-responsive table-hover">
<thead> <thead>
<tr> <tr>