Compare commits

2 Commits

2 changed files with 2 additions and 2 deletions

View File

@@ -1362,7 +1362,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
}
.admin_page .admin_state_item > span {
white-space: nowrap;
width: 13rem;
min-width: 13rem;
}
.admin_page .admin_state_item > span > span {
color: red;

View File

@@ -1494,7 +1494,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
align-items: center;
>span{
white-space: nowrap;
width: 13rem;
min-width: 13rem;
>span{
color: red;
}