make custom power level not grow too wide
This commit is contained in:
parent
1162d1ee43
commit
edd5d3c915
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ limitations under the License.
|
||||||
color: $primary-fg-color;
|
color: $primary-fg-color;
|
||||||
background-color: $primary-bg-color;
|
background-color: $primary-bg-color;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Field select {
|
.mx_Field select {
|
||||||
|
|
Loading…
Reference in a new issue