There exists an issue where the resorouce section in Service Catalog requests gets aligned to the left as in the below screenshot and is not rendered properly.
Breakage in build: 14505
Issue ID: SD-115268.
Kindly add the below-quoted CSS code in the below files to temporarily fix the issue.
1. Locate and edit the file custom_style.css file from ServiceDesk/custom/style folder.
2. Locate and edit the file custom_style_RTL.css file from ServiceDesk/custom/style folder
(Note: Add the below CSS code at the end of both files.)
3. Once the CSS is added. kindly clear the cache and reload the browser.
Code:
/* Request Detail Page - Resources width breakage fix */
.resources:not(.comspr) {
background-position: unset;
width: auto;
height: auto;
}