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