samredai commented on pull request #3422:
URL: https://github.com/apache/iceberg/pull/3422#issuecomment-965199261
@szehon-ho can you update the CSS to the below? If we're using this for all
markdown tables, `auto` will hide the scrollbar space that @KnightChess is
seeing when the table width is below the container width.
```css
.markdown-table-container {
width: 780px;
overflow-x: auto;
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]