Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mobile layout broken when <td> contains html tags #4

Open
iberdinsky-skilld opened this issue Nov 13, 2023 · 2 comments
Open

Mobile layout broken when <td> contains html tags #4

iberdinsky-skilld opened this issue Nov 13, 2023 · 2 comments

Comments

@iberdinsky-skilld
Copy link

iberdinsky-skilld commented Nov 13, 2023

Hello! Thank you for great component! I started to test it

<td >
  <b class="table-saw-label" aria-hidden="true" style="display: none;">Description</b>
  Use 
  <em>articles</em> 
  for time-sensitive content like news, press releases or blog posts.
</td>

Image from Gyazo

Also probably should be used grid-auto-rows: max-content; to avoid this button on screenshot ^ upscale

@iberdinsky-skilld
Copy link
Author

Sorry, i used 1.02 version. seems it is fixed in latest 1.06

@iberdinsky-skilld
Copy link
Author

Probably it is possible to avoid wrapping cell content by adding

  position: absolute;
  left: 0px;

for label

and padding-inline-start for cell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant