mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
fix: group name not showing properly (#9372)
Co-authored-by: Kritagya <kriks.iitk@.com>
This commit is contained in:
parent
235bab04f4
commit
9be58f4fcd
1 changed files with 4 additions and 2 deletions
|
|
@ -12503,10 +12503,12 @@ tbody {
|
|||
}
|
||||
|
||||
.group-chip {
|
||||
padding: 5px 8px;
|
||||
padding: 2px 8px;
|
||||
margin: 0;
|
||||
border-radius: 6px;
|
||||
background-color: var(--slate3);
|
||||
color: var(--slate11);
|
||||
min-height: 24px;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
|
|
@ -12525,7 +12527,7 @@ tbody {
|
|||
border: 1px solid var(--slate1);
|
||||
box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
|
||||
padding: 9px 10px;
|
||||
gap: 15px;
|
||||
gap: 10px;
|
||||
cursor: default;
|
||||
max-height: 240px;
|
||||
overflow: auto;
|
||||
|
|
|
|||
Loading…
Reference in a new issue