You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
486 B
25 lines
486 B
2 years ago
|
.nowrap {
|
||
|
white-space: nowrap;
|
||
|
}
|
||
|
|
||
|
.withBtn .modal-title {
|
||
|
width: 100%;
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
}
|
||
|
|
||
|
.shift-schedule .ant-table-thead>tr>th {
|
||
|
padding: 2px 0px !important;
|
||
|
/* margin: 0 !important; */
|
||
|
}
|
||
|
|
||
|
.shift-schedule .ant-table-tbody>tr>td {
|
||
|
padding: 2px 0px !important;
|
||
|
/* margin: 0 !important; */
|
||
|
}
|
||
|
|
||
|
.sidebar-minimized .sidebar .nav > .nav-dropdown > .nav-dropdown-items {
|
||
|
max-height: 300px !important;
|
||
|
overflow: auto;
|
||
|
}
|