Skip to content
Snippets Groups Projects
Commit 43dec6ec authored by Florent Torregrosa's avatar Florent Torregrosa
Browse files

Issue #3488108 by grimreaper: Remove margin bottom on text format select

parent 36232a4a
No related branches found
No related tags found
No related merge requests found
Pipeline #341985 passed
......@@ -41,6 +41,7 @@ class ElementProcessTextFormat {
$element_object->format->guidelines->setProperty('access', FALSE);
// Format (select).
$element_object->format->format->setProperty('is_text_format', TRUE);
$element_object->format->format->setProperty('title_display', 'invisible');
$element_object->format->format->addClass([
'me-auto',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment