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 @@ -264,7 +264,7 @@
@apply fixed inset-0 min-h-screen overflow-scroll border-none rounded-none bg-gray-100 pt-14 dark:bg-gray-850;

& > .bard-editor {
@apply relative mx-auto my-6 max-w-page rounded-lg bg-white px-8 shadow-ui-md dark:bg-gray-925 dark:shadow-lg;
@apply relative mx-auto my-6 max-w-[65rem] rounded-lg bg-white px-8 shadow-ui-md dark:bg-gray-925 dark:shadow-lg;
}
.bard-content {
@apply dark:bg-gray-925;
Expand Down
Loading