From c378553d8c99c87a19319c224545599bd5204ae5 Mon Sep 17 00:00:00 2001 From: Sockenklaus Date: Mon, 4 Oct 2021 00:24:28 +0200 Subject: [PATCH] made MonthPicker compatible with edge and ff --- src/components/MonthPicker.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/MonthPicker.vue b/src/components/MonthPicker.vue index a7023a8..223a58f 100644 --- a/src/components/MonthPicker.vue +++ b/src/components/MonthPicker.vue @@ -92,7 +92,10 @@ } .accordion { - width: 370px + width: 395px; + } + @supports (-moz-appearance: none){ + .accordion {width: 370px} } .accordion-button.bg-light { color:black;