2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-12 21:10:47 +08:00

FEATURE: Force user to enter reason when requesting for group membership.

This commit is contained in:
Guo Xiang Tan 2017-08-08 18:53:02 +09:00
parent e0d37c1f74
commit a9613163b5
20 changed files with 159 additions and 32 deletions

View file

@ -0,0 +1,5 @@
.request-group-membership-form {
label {
font-weight: bold;
}
}