fixed icon aligned within tables/data sources
This commit is contained in:
parent
d1801f5c94
commit
284f026513
|
@ -181,6 +181,7 @@
|
|||
|
||||
<div class="nav">
|
||||
<a
|
||||
class="nav-icon"
|
||||
href={`/builder/app/${$appStore.appId}/data/datasource/${datasource?._id}`}
|
||||
>
|
||||
<IntegrationIcon
|
||||
|
@ -335,6 +336,9 @@
|
|||
gap: 8px;
|
||||
background: var(--background);
|
||||
}
|
||||
.nav-icon {
|
||||
display: flex;
|
||||
}
|
||||
.nav__views {
|
||||
flex: 0 1 auto;
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue