table{width:100%} in tailwind.css #2061
theticraft
started this conversation in
BUG
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Livewire PowerGrid version
newest
Livewire version
not important
Laravel version
not important
Which PHP version are you using?
None
Which Theme are you using?
Tailwind
Have you published the resource files and customized them? (php artisan vendor:publish)
No
What is the problem?
Every table on my site is now fixed to full width. Even if they are just for display purposes and aren't coming from Powergrid...
Code snippets
table{width:100%}select{background-color:inherit} [...] table thead{color:#6b6a6a;font-size:.75rem;padding-bottom:8px;padding-left:15px;padding-top:8px;text-transform:uppercase}from tailwind.cssHow do you expect it to work?
something like
.powergridTable{width:100%}.powergridSelect{background-color:inherit} [...] .powergridTable thead {color:#6b6a6a;font-size:.75rem;padding-bottom:8px;padding-left:15px;padding-top:8px;text-transform:uppercase}Please confirm (incomplete submissions will not be addressed)
Beta Was this translation helpful? Give feedback.
All reactions