Skip to content

Commit 8b046ee

Browse files
author
Job Hammer
committed
Increase width visual editor
1 parent f143deb commit 8b046ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/ruby_cms/admin/visual_editor/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<% content_for :full_width, true %>
22

33
<div class="flex-1 flex flex-col min-h-0 p-6 overflow-y-auto">
4-
<div class="mx-auto w-full max-w-7xl flex flex-col gap-4 flex-1 min-h-0">
4+
<div class="mx-auto w-full max-w-9xl flex flex-col gap-4 flex-1 min-h-0">
55
<!-- Header -->
66
<div class="flex flex-wrap items-center justify-between gap-4">
77
<h1 class="text-lg font-semibold tracking-tight text-gray-900">Visual Editor</h1>

0 commit comments

Comments
 (0)