This is an automated email from the ASF dual-hosted git repository. mehul pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ranger.git
commit f0b07d363fec2b6396961c99ae8f2df88e4ac4c6 Author: Brijesh Bhalala <[email protected]> AuthorDate: Fri Jul 14 12:33:59 2023 +0530 RANGER-4317: Error message displayed when resource lookup fails is not formatted properly Signed-off-by: Mehul Parikh <[email protected]> --- security-admin/src/main/webapp/react-webapp/src/styles/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/security-admin/src/main/webapp/react-webapp/src/styles/style.css b/security-admin/src/main/webapp/react-webapp/src/styles/style.css index 8b86453a4..aaa54a380 100644 --- a/security-admin/src/main/webapp/react-webapp/src/styles/style.css +++ b/security-admin/src/main/webapp/react-webapp/src/styles/style.css @@ -2535,6 +2535,15 @@ li.list-group-item:hover { border-color: #0062cc; box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%); } +.Toastify__toast { + word-break: break-word; +} +.Toastify__toast-container { + width: 384px; +} +.Toastify__toast-icon { + width: 16px; +} .manage-service .dropdown-toggle::after { vertical-align: 0.125em; }
