* bug #13931, fix css rule conflict. @tianshujie

This commit is contained in:
Hao Sun
2021-07-29 16:04:12 +08:00
parent f053df8912
commit 04c6580dfc

View File

@@ -50,6 +50,7 @@ td.c-actions {overflow: visible;}
#cards .project-actions {float: right;}
#cards .project-actions .menu-actions {padding-right: 20px;}
#cards .project-actions ul {min-width: 35px; padding: 5px 6px;}
#cards .project-actions .dropdown-hover:hover>.dropdown-menu ul, .open>.dropdown-menu ul {display: flex;}
#cards .project-actions .dropdown-hover:hover>.dropdown-menu ul,
#cards .project-actions .open>.dropdown-menu ul {display: flex;}
#cards .menu-actions .btn.btn-action {margin-bottom: -3px !important; margin-right: 5px;}
#cards .icon-ellipsis-v {font-size: 13px;}