improve padding on membership list
This commit is contained in:
parent
9a51cace34
commit
c0bd574997
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ limitations under the License.
|
||||||
height: auto;
|
height: auto;
|
||||||
max-height: 75%;
|
max-height: 75%;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
padding: 20px 24px 14px 24px;
|
padding: 20px 14px 14px 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MemberList_wrapper {
|
.mx_MemberList_wrapper {
|
||||||
|
|
Loading…
Reference in a new issue