Added n -> m relation support
This commit is contained in:
@@ -21,6 +21,18 @@
|
||||
padding: 0.5rem 1.5rem;
|
||||
}
|
||||
|
||||
.hopframe-listview {
|
||||
background: padding-box linear-gradient(var(--neutral-fill-input-rest), var(--neutral-fill-input-rest)), border-box var(--neutral-stroke-input-rest);
|
||||
border: calc(var(--stroke-width) * 1px) solid transparent;
|
||||
border-radius: calc(var(--control-corner-radius) * 1px);
|
||||
padding: 0 calc(var(--design-unit) * 2px + 1px);
|
||||
margin-bottom: 4px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.hopframe-content .empty-content-row.empty-content-cell {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user