© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
19 replies
Avriant

How to remove these inline styles (copy location returns undefined)

Any help would be much appreciated
I simply cannot understand where this inline (screenshot below) is coming from, but hey it is there and I have to deal with this overflow/mask
.choices__input {
    @apply placeholder:text-red-700;
    @apply placeholder:!overflow-visible;
    @apply placeholder:!w-full;
}
.choices__input {
    @apply placeholder:text-red-700;
    @apply placeholder:!overflow-visible;
    @apply placeholder:!w-full;
}

These apply in my custom theme, but even with !important inline overrides the whole thing.

I don't want to publish the view to keep my Filament installation updatable.

Applying these to .fi-input also did not work for me.
.fi-input {
    @apply placeholder:!w-full;
    @apply !w-full;
    @apply border-red-500;
    @apply hover:border-teal-700;
    @apply focus:border-teal-700;
}
.fi-input {
    @apply placeholder:!w-full;
    @apply !w-full;
    @apply border-red-500;
    @apply hover:border-teal-700;
    @apply focus:border-teal-700;
}
image.png
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

RichEditor is removing inline styles
FilamentFFilament / ❓┊help
12mo ago
How to remove these default dashboard stats widget?
FilamentFFilament / ❓┊help
2y ago
How to add inline() to TextInput?
FilamentFFilament / ❓┊help
2y ago
How to override default inline styling?
FilamentFFilament / ❓┊help
2y ago