Update inbound_info_modal.html (#1342)

* Update login.html

* Update custom.css

* Update inbound_info_modal.html

* Update custom.css

* Update custom.css
This commit is contained in:
Tara Rostami
2023-12-12 20:03:29 +03:30
committed by MHSanaei
parent 038bbfaee1
commit e300fbc7cb
5 changed files with 28 additions and 21 deletions

View File

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