Update custom.css

This commit is contained in:
Tara Rostami 2023-12-12 16:48:56 +03:30 committed by GitHub
parent 723d09e5eb
commit bb3b49f3af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1052,6 +1052,12 @@ li.ant-select-dropdown-menu-item:empty:after {
max-width: 200px;
}
.tag-of-wrap-l {
text-wrap: pretty;
overflow-wrap: anywhere;
max-width: 350px;
}
.ant-modal-body {
overflow-x: auto;
}