16 lines
202 B
CSS
16 lines
202 B
CSS
.effectEdit .operationDropDown {
|
|
width: 152px;
|
|
}
|
|
|
|
.effectEdit .statDropDown {
|
|
width: 152px;
|
|
}
|
|
|
|
.effectEdit .damageMultiplierDropDown {
|
|
width: 152px;
|
|
}
|
|
|
|
.effectEdit .deleteEffect {
|
|
flex-shrink: 0;
|
|
}
|