Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion resources/css/components/fieldtypes/bard.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
.bard-editor {
/* We need a transparent border inside Bard to properly see the focus outline. Without this border, the focus outline is hairline-thin */
border: 1px solid transparent;
@apply relative rounded-b-lg p-0 text-gray-900 dark:bg-gray-900 dark:text-gray-100;
@apply relative rounded-lg p-0 text-gray-900 dark:bg-gray-900 dark:text-gray-100;
/* The focus state inherits this */
> * {
@apply rounded-b-lg;
Expand Down
Loading