-
Notifications
You must be signed in to change notification settings - Fork 694
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fixed teaming page UI Issues (#4173)
Signed-off-by: Hrishav <[email protected]>
- Loading branch information
1 parent
42d3e85
commit ac62acf
Showing
10 changed files
with
152 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
chaoscenter/web/src/views/InviteNewMembers/InviteNewMemberTable.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,33 @@ | ||
.inviteTable { | ||
width: 100%; | ||
} | ||
|
||
.tableContainer { | ||
width: 100%; | ||
[role='cell'], | ||
[role='columnheader'] { | ||
width: auto !important; | ||
} | ||
div[class*='TableV2--body'] { | ||
overflow-y: scroll; | ||
height: 400px; | ||
display: flex; | ||
flex-direction: column; | ||
gap: 1rem; | ||
} | ||
div[class*='TableV2--row TableV2--card'] { | ||
margin-bottom: 0 !important; | ||
} | ||
div[class*='TableV2--row TableV2--card'] { | ||
border-radius: 6px !important; | ||
&:hover { | ||
background-color: white !important; | ||
} | ||
} | ||
div[class*='TableV2--header'], | ||
div[class*='TableV2--cells'] { | ||
display: grid !important; | ||
grid-template-columns: 1.5fr 1fr 200px; | ||
gap: 1rem; | ||
} | ||
} |
1 change: 1 addition & 0 deletions
1
chaoscenter/web/src/views/InviteNewMembers/InviteNewMemberTable.module.scss.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.