improve padding on membership list

pull/1/head
Matthew Hodgson 2015-07-15 00:36:54 +01:00
parent 9a51cace34
commit c0bd574997
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ limitations under the License.
height: auto;
max-height: 75%;
border-radius: 8px;
padding: 20px 24px 14px 24px;
padding: 20px 14px 14px 24px;
}
.mx_MemberList_wrapper {