UTKPropertyItem 개선
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
* UTKRadioPropertyItemViewUss.uss
|
||||
* Radio PropertyItem View 전용 스타일
|
||||
*/
|
||||
|
||||
.utk-property-item-view--radio {
|
||||
/* Radio View 전용 스타일 */
|
||||
}
|
||||
|
||||
.utk-property-item-view--radio .utk-property-item-view__radio-container {
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.utk-property-item-view--radio .utk-property-item-view__radio {
|
||||
margin-right: 12px;
|
||||
}
|
||||
Reference in New Issue
Block a user