From 16256ee11475439b6d62cffb755d818550b9e797 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Mon, 12 Jun 2023 16:58:00 +0200 Subject: [PATCH] Order and Unordered list should have a margin-left set Has been reset to 0 via `typography.scss` --- app/webpacker/css/admin/trix.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/webpacker/css/admin/trix.scss b/app/webpacker/css/admin/trix.scss index 1eb96d4328..01e72c1fd0 100644 --- a/app/webpacker/css/admin/trix.scss +++ b/app/webpacker/css/admin/trix.scss @@ -2,6 +2,13 @@ trix-toolbar [data-trix-button-group="file-tools"] { display: none; } +trix-editor { + ol, + ul { + margin-left: 1.5em; + } +} + trix-toolbar .trix-button { background-color: transparent;