diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -527,7 +527,7 @@ td.quick_repo_menu.active:before { font-family: "kallithea"; content: "\e80d"; /* triangle-down */ margin-left: 1px; - padding-right: 0px; + padding-right: 1px; } td.quick_repo_menu.active { diff --git a/kallithea/templates/data_table/_dt_elements.html b/kallithea/templates/data_table/_dt_elements.html --- a/kallithea/templates/data_table/_dt_elements.html +++ b/kallithea/templates/data_table/_dt_elements.html @@ -6,7 +6,7 @@