diff --git a/vue/src/apps/ShoppingListView/ShoppingListView.vue b/vue/src/apps/ShoppingListView/ShoppingListView.vue
index cb98502b7..7432688e6 100644
--- a/vue/src/apps/ShoppingListView/ShoppingListView.vue
+++ b/vue/src/apps/ShoppingListView/ShoppingListView.vue
@@ -371,7 +371,8 @@
@@ -384,7 +385,8 @@
@@ -398,7 +400,8 @@
@@ -583,16 +586,16 @@
-
-
- {{ $t("MoveCategory") }}
-
-
-
-
-
+
+
+
+ {{ $t("MoveCategory") }}
+
+
+
+
{{ $t("OnHand") }}
diff --git a/vue/src/components/ShoppingLineItem.vue b/vue/src/components/ShoppingLineItem.vue
index ff5035370..057e9b492 100644
--- a/vue/src/components/ShoppingLineItem.vue
+++ b/vue/src/components/ShoppingLineItem.vue
@@ -18,7 +18,7 @@
aria-haspopup="true"
aria-expanded="false"
type="button"
- :class="settings.left_handed ? 'pl-0' : ''"
+ :class="settings.left_handed ? 'dropdown-spacing' : ''"
class="btn dropdown-toggle btn-link text-decoration-none text-body pr-1 dropdown-toggle-no-caret">
@@ -31,18 +31,18 @@
-
+
{{ Object.entries(formatAmount)[0][1] }} {{
Object.entries(formatAmount)[0][0]
}}
-
+
{{ x[1] }}
{{ x[0] }}
-
+
{{ formatFood }}
@@ -123,10 +123,10 @@
-
+
{{ formatOneAmount(e) }} {{ formatOneUnit(e) }}
-
+
{{ formatOneFood(e) }}
@@ -367,4 +367,11 @@ export default {
font-size: 1rem !important;
font-weight: 500 !important;
}
+
+@media (max-width: 768px) {
+ .dropdown-spacing {
+ padding-left: 0 !important;
+ padding-right: 0 !important;
+ }
+}