This repository was archived by the owner on Nov 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/packages/core/property-type/workspace/views/settings Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -285,24 +285,24 @@ export class UmbPropertyTypeWorkspaceViewSettingsElement extends UmbLitElement i
285285 <b style= "margin-bottom: var(--uui-size-space-3)" >
286286 <umb- localize key= "general_options" > Options </ umb- localize>
287287 </ b>
288- <div>
288+ <div class = "options" >
289289 <uui- to ggle
290290 ?checked= ${ this . _data ?. visibility ?. memberCanView }
291291 @change = ${ this . #onToggleShowOnMemberProfile}
292292 label= ${ this . localize . term ( 'contentTypeEditor_showOnMemberProfile' ) } > </ uui- to ggle>
293- <div > ${ this . localize . term ( 'contentTypeEditor_showOnMemberProfileDescription' ) } </ div >
293+ <small > ${ this . localize . term ( 'contentTypeEditor_showOnMemberProfileDescription' ) } </ small >
294294
295295 <uui- to ggle
296296 ?checked= ${ this . _data ?. visibility ?. memberCanEdit }
297297 @change = ${ this . #onToggleMemberCanEdit}
298298 label= ${ this . localize . term ( 'contentTypeEditor_memberCanEdit' ) } > </ uui- to ggle>
299- <div > ${ this . localize . term ( 'contentTypeEditor_memberCanEditDescription' ) } </ div >
299+ <small > ${ this . localize . term ( 'contentTypeEditor_memberCanEditDescription' ) } </ small >
300300
301301 <uui- to ggle
302302 ?checked= ${ this . _data ?. isSensitive }
303303 @change = ${ this . #onToggleIsSensitiveData}
304304 label= ${ this . localize . term ( 'contentTypeEditor_isSensitiveData' ) } > </ uui- to ggle>
305- <div > ${ this . localize . term ( 'contentTypeEditor_isSensitiveDataDescription' ) } </ div >
305+ <small > ${ this . localize . term ( 'contentTypeEditor_isSensitiveDataDescription' ) } </ small >
306306 </ div>
307307 </ div> ` ;
308308 }
You can’t perform that action at this time.
0 commit comments