2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00

Adjust width for membership request input field.

This commit is contained in:
Guo Xiang Tan 2017-08-09 16:05:20 +09:00
parent 898c6ba037
commit 49c6959dfc

View file

@ -3,3 +3,7 @@
font-weight: bold;
}
}
.group-edit-membership-request-template {
width: 98%;
}