You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

24 lines
395 B

EnumControlView {
flex-direction: row;
align-items: center;
margin-left: 8px;
margin-right: 5px;
}
.unity-base-field {
width: 80px;
margin-top: 4px;
margin-bottom: 4px;
}
.unity-base-field__input {
margin-left: 0;
}
EnumControlView > Label {
max-width: 140px;
width: 30px;
-unity-text-align: middle-left;
flex-grow: 1;
margin-right: 8px;
}