diff --git a/frontend/views/company/_company_list_view.php b/frontend/views/company/_company_list_view.php
index d5547a9..fbb3fad 100755
--- a/frontend/views/company/_company_list_view.php
+++ b/frontend/views/company/_company_list_view.php
@@ -28,6 +28,10 @@ $http_pattern = '/^https?.*$/';
echo "
{$model->lastname}
";
}
?>
+
department->name )) {
?>
@@ -35,10 +39,6 @@ $http_pattern = '/^https?.*$/';
-
\ No newline at end of file
diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css
index 66bfc5e..346dc12 100755
--- a/frontend/web/css/style.css
+++ b/frontend/web/css/style.css
@@ -12442,7 +12442,7 @@ li.active-menu-admin:hover a .ico_num {
padding-left: 0 !important;
}
#modal_form_contacts .fileloader-item-remove:before {display:none;}
-.command-block-name {height: 50px;overflow: hidden; font-size: 16px;}
+.command-block-name {overflow: hidden; font-size: 16px;}
.general_avatar-wr #image_remove_img {
left: auto !important;
right: -13px;
--
libgit2 0.21.4