mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-15 03:30:29 +03:00
Fix member panel filter layout (#1307)
* fix member panel filter layout * make member role text lowercase
This commit is contained in:
parent
c07905c360
commit
b19e248383
2 changed files with 50 additions and 50 deletions
|
|
@ -41,7 +41,7 @@ export const DrawerScrollTop = style({
|
|||
});
|
||||
|
||||
export const DrawerGroup = style({
|
||||
padding: `0 ${config.space.S100} 0 ${config.space.S300}`,
|
||||
paddingLeft: config.space.S200,
|
||||
});
|
||||
|
||||
export const MembersGroup = style({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue