20 lines
363 B
Plaintext
20 lines
363 B
Plaintext
/*
|
|
* UTKEnumPropertyItemViewUss.uss
|
|
* Enum PropertyItem View 전용 스타일
|
|
*/
|
|
|
|
.utk-property-item-view--enum {
|
|
/* Enum View 전용 스타일 */
|
|
}
|
|
|
|
.utk-property-item-view--enum .utk-property-item-view__dropdown {
|
|
flex-grow: 1;
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
|
|
#readonly-field {
|
|
flex-grow: 1;
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
} |