mirror of https://github.com/zulip/zulip.git
recent_topics: Improve variable naming of tableFixHead.
This commit is contained in:
parent
347c0dc80f
commit
a1cca4544c
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<i class="fa fa-remove" aria-hidden="true"></i>
|
||||
</button>
|
||||
</div>
|
||||
<div class="tableFixHead">
|
||||
<div class="table_fix_head">
|
||||
<table class="table table-responsive table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in New Issue