make custom power level not grow too wide

This commit is contained in:
Bruno Windels 2019-11-15 15:37:43 +01:00
parent 1162d1ee43
commit edd5d3c915

View file

@ -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 {