From 903282ef5e6ec5f1c8881a3fc3de7c5546270e23 Mon Sep 17 00:00:00 2001 From: david Date: Sat, 26 Oct 2024 03:27:46 +0200 Subject: [PATCH] enlarge url pop up --- app/assets/stylesheets/application.bootstrap.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/application.bootstrap.scss b/app/assets/stylesheets/application.bootstrap.scss index c8cc19c..4a20b07 100644 --- a/app/assets/stylesheets/application.bootstrap.scss +++ b/app/assets/stylesheets/application.bootstrap.scss @@ -136,6 +136,10 @@ trix-toolbar .trix-input--dialog { border: var(--bs-border-width) solid var(--bs-border-color) !important; border-radius: 0 !important; } + +trix-toolbar .trix-dialog--link { + max-width: 900px; +} /* trix-editor.trix-content { min-height: 350px; overflow-y: auto;