/* Only loaded by the two ROS 2 guides. Keep long API names and tables readable. */
.post-article-content > table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.post-article-content p code,
.post-article-content li code,
.post-article-content td code {
  overflow-wrap: anywhere;
  white-space: normal;
}

@media (max-width: 600px) {
  .post-article-content > table th,
  .post-article-content > table td {
    padding: 0.7rem 0.8rem !important;
  }
}
