File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
packages/webui/src/client Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 6565 font-size : 1.2em ;
6666
6767 text-align : left ;
68- padding-top : 0.5rem ;
6968 padding-left : 1rem ;
7069 display : flex ;
7170 align-items : center ;
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ export function PropertiesPanel(): JSX.Element {
148148 > </ div >
149149 )
150150 } ) }
151- PART : { String ( part ?. title ) }
151+ { part ?. title . slice ( 0 , 30 ) }
152152 </ div >
153153 < div className = "propertiespanel-pop-up__contents" >
154154 { segment &&
@@ -218,7 +218,7 @@ export function PropertiesPanel(): JSX.Element {
218218 > </ div >
219219 )
220220 } ) }
221- SEGMENT : { String ( segment ?. name ) }
221+ { segment ?. name . slice ( 0 , 30 ) }
222222 </ div >
223223 < div className = "propertiespanel-pop-up__contents" >
224224 { segment &&
You can’t perform that action at this time.
0 commit comments