Files
premium/public/static/admin/css/other/department.css
T
2025-05-18 07:42:27 +00:00

7 lines
150 B
CSS
Executable File

.organizationTree {
width: 100% !important;
height: -webkit-calc(100vh - 130px);
height: -moz-calc(100vh - 130px);
height: calc(100vh - 130px);
}