13 lines
250 B
Plaintext
13 lines
250 B
Plaintext
/*
|
|
* UTKStringPropertyItemViewUss.uss
|
|
* String PropertyItem View 전용 스타일
|
|
*/
|
|
|
|
.utk-property-item-view--string {
|
|
/* String View 전용 스타일 */
|
|
}
|
|
|
|
.utk-property-item-view--string .utk-property-item-view__field {
|
|
flex-grow: 1;
|
|
}
|