mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Merge pull request #2586 from szporwolik/dev_fix_dxcluster_qsy
[DX Cluster] Post 2.2 release fixes
This commit is contained in:
@@ -421,13 +421,24 @@ table tbody tr.cat-nearest-above td {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Responsive: At medium screens where Message is hidden, Entity fills remaining space */
|
||||
@media (max-width: 1094px) and (min-width: 501px) {
|
||||
.spottable {
|
||||
table-layout: auto !important;
|
||||
}
|
||||
.spottable th:nth-child(10), .spottable td:nth-child(10) {
|
||||
width: 100% !important;
|
||||
min-width: 150px !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* Responsive: On smallest screens, Entity column fills remaining space */
|
||||
@media (max-width: 500px) {
|
||||
.spottable {
|
||||
table-layout: auto !important;
|
||||
}
|
||||
.spottable th:nth-child(10), .spottable td:nth-child(10) {
|
||||
width: auto !important;
|
||||
width: 100% !important;
|
||||
min-width: 150px !important;
|
||||
}
|
||||
.spottable th:nth-child(1), .spottable td:nth-child(1) { width: 50px !important; } /* Age */
|
||||
|
||||
Reference in New Issue
Block a user