diff --git a/module/company/ui/dynamic.html.php b/module/company/ui/dynamic.html.php
index 4981723a07..a2b72ae50d 100644
--- a/module/company/ui/dynamic.html.php
+++ b/module/company/ui/dynamic.html.php
@@ -87,7 +87,7 @@ featureBar
on::change('changeItem')
)
),
- li(searchToggle(set::module('action'), set::open($browseType == 'bysearch')))
+ li(setClass('ml-4'), searchToggle(set::module('action'), set::open($browseType == 'bysearch')))
);
$content = null;