File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/modules/service-catalog/components/service-catalog-item Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ const DescriptionWrapper = styled.div`
22
22
const ItemTitle = styled ( XXXL ) `
23
23
font-weight: ${ ( props ) => props . theme . fontWeights . semibold } ;
24
24
margin-bottom: 0;
25
+ overflow-wrap: break-word;
26
+ max-width: 100%;
25
27
` ;
26
28
27
29
const CollapsibleText = styled . div < { isCollapsed : boolean } > `
@@ -32,6 +34,7 @@ const CollapsibleText = styled.div<{ isCollapsed: boolean }>`
32
34
overflow: hidden;
33
35
margin-top: ${ ( props ) => props . theme . space . md } ;
34
36
padding-inline-end: ${ ( props ) => props . theme . space . xl } ;
37
+ overflow-wrap: break-word;
35
38
36
39
@media (max-width: ${ ( props ) => props . theme . breakpoints . md } ) {
37
40
padding-inline-end: 0;
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ const LeftColumn = styled.div`
72
72
flex-direction: column;
73
73
gap: ${ ( props ) => props . theme . space . lg } ;
74
74
margin-inline-end: ${ ( props ) => props . theme . space . xl } ;
75
+ min-width: 0;
75
76
76
77
@media (max-width: ${ ( props ) => props . theme . breakpoints . md } ) {
77
78
margin-inline-end: 0;
You can’t perform that action at this time.
0 commit comments