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
285
285
<b style= "margin-bottom: var(--uui-size-space-3)" >
286
286
<umb- localize key= "general_options" > Options </ umb- localize>
287
287
</ b>
288
- <div>
288
+ <div class = "options" >
289
289
<uui- to ggle
290
290
?checked= ${ this . _data ?. visibility ?. memberCanView }
291
291
@change = ${ this . #onToggleShowOnMemberProfile}
292
292
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 >
294
294
295
295
<uui- to ggle
296
296
?checked= ${ this . _data ?. visibility ?. memberCanEdit }
297
297
@change = ${ this . #onToggleMemberCanEdit}
298
298
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 >
300
300
301
301
<uui- to ggle
302
302
?checked= ${ this . _data ?. isSensitive }
303
303
@change = ${ this . #onToggleIsSensitiveData}
304
304
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 >
306
306
</ div>
307
307
</ div> ` ;
308
308
}
You can’t perform that action at this time.
0 commit comments