Skip to content

Commit b4b4055

Browse files
doc: Add custom css class for LBS XTime table (TheThingsIndustries#643)
1 parent a7d3e20 commit b4b4055

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

  • doc/themes/the-things-stack/assets/css/common

doc/themes/the-things-stack/assets/css/common/global.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,3 +409,12 @@ table.api + table.api {
409409
width: 10em;
410410
}
411411
}
412+
413+
.table-lbs-xtime {
414+
th:nth-child(1) {
415+
width: 1em;
416+
}
417+
th:nth-child(2) {
418+
width: 6em;
419+
}
420+
}

0 commit comments

Comments
 (0)