diff --git a/frontend/src/app/components/difficulty-mining/difficulty-mining.component.scss b/frontend/src/app/components/difficulty-mining/difficulty-mining.component.scss index c5cd2dc5e..0530bc0cf 100644 --- a/frontend/src/app/components/difficulty-mining/difficulty-mining.component.scss +++ b/frontend/src/app/components/difficulty-mining/difficulty-mining.component.scss @@ -38,6 +38,7 @@ flex-direction: row; } .item { + min-width: 120px; max-width: 150px; margin: 0; width: -webkit-fill-available; diff --git a/frontend/src/app/components/difficulty/difficulty.component.scss b/frontend/src/app/components/difficulty/difficulty.component.scss index 9828ba8f5..00085a49c 100644 --- a/frontend/src/app/components/difficulty/difficulty.component.scss +++ b/frontend/src/app/components/difficulty/difficulty.component.scss @@ -46,6 +46,7 @@ flex-direction: row; } .item { + min-width: 120px; max-width: 150px; margin: 0; width: -webkit-fill-available;