1
0
Fork 0

Commits vergleichen

...

4 Commits

Autor SHA1 Nachricht Datum
Bhanu
1fea823c5f
version bump
trying to fix tests
2023-02-06 08:25:44 +05:30
Bhanu
91370437b4
Take Two 2023-01-23 17:16:54 +05:30
Bhanu
d12ac90fab
Fix minor typo 2023-01-23 17:08:35 +05:30
Bhanu
d829d46550
Fix category selector overflow on mobile
The category selector tends to overflow on mobile due to width being declared as 500px, This commit changes that to max-width and adding width: 100% to make it scale to screen size.
2023-01-23 16:50:30 +05:30
2 geänderte Dateien mit 7 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -33,4 +33,10 @@ body.custom-wizard {
margin-bottom: 20px;
width: 100%;
}
.wizard-category-selector {
max-width: 500px;
width: 100%;
}
}

Datei anzeigen

@ -1,7 +1,7 @@
# frozen_string_literal: true
# name: discourse-custom-wizard
# about: Forms for Discourse. Better onboarding, structured posting, data enrichment, automated actions and much more.
# version: 2.1.4
# version: 2.1.5
# authors: Angus McLeod, Faizaan Gagan, Robert Barrow, Keegan George, Kaitlin Maddever
# url: https://github.com/paviliondev/discourse-custom-wizard
# contact_emails: development@pavilion.tech