[ SOLVED ] Word Wrap Broken Request Description [ SD-81249 ]
Hi there,
I'm not sure if this is known bug for this version or if other customers are experiencing this but in 10.5 Build 10510 we were having an issue with text in the request description not wrapping correctly. I've seen it impact on requests generated by the portal but I'm not sure if there are more instances of this happening.
To fix, the CSS needed to be changed in:
sdp-style-new-ext.css
- .atp-container .preAttach,
- .atp-container .size {
- display: inline-block;
- font-size: 13px;
- overflow: hidden;
- position: relative;
- text-overflow: ellipsis;
- /* white-space: nowrap;*/
- max-width: 100%;
- vertical-align: middle !important;
I've only commented this line out and this seems to fix it but I'm not sure if this is likely to break any other part of the pages?
Many thanks,
Dave
New to ADSelfService Plus?