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;