fix(tables): fixing tables

This commit is contained in:
CarolinePascal
2026-07-29 21:49:49 +02:00
parent 3ef5b66a27
commit 336fa716dd
2 changed files with 16 additions and 16 deletions
+4 -4
View File
@@ -21,7 +21,7 @@ lerobot-record \
## Tactile Sensors
<!-- prettier-ignore -->
<table width="100%" style="width:100%; table-layout:fixed;">
<table width="100%" style="display:table; width:100%; table-layout:fixed;">
<colgroup>
<col width="30%" />
<col width="70%" />
@@ -40,7 +40,7 @@ lerobot-record \
## Depth Cameras
<!-- prettier-ignore -->
<table width="100%" style="width:100%; table-layout:fixed;">
<table width="100%" style="display:table; width:100%; table-layout:fixed;">
<colgroup>
<col width="30%" />
<col width="70%" />
@@ -59,7 +59,7 @@ lerobot-record \
## Networked Cameras
<!-- prettier-ignore -->
<table width="100%" style="width:100%; table-layout:fixed;">
<table width="100%" style="display:table; width:100%; table-layout:fixed;">
<colgroup>
<col width="30%" />
<col width="70%" />
@@ -78,7 +78,7 @@ lerobot-record \
## Virtual Cameras
<!-- prettier-ignore -->
<table width="100%" style="width:100%; table-layout:fixed;">
<table width="100%" style="display:table; width:100%; table-layout:fixed;">
<colgroup>
<col width="30%" />
<col width="70%" />