mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
rename conflicting attribute for proper display of action buttons in marketplace (#1357)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<ion-grid>
|
||||
<ion-row>
|
||||
<ion-col sizeXs="12" sizeSm="12" sizeMd="9" sizeLg="9" sizeXl="9">
|
||||
<ion-col sizeXs="12" sizeMd="9">
|
||||
<div class="header">
|
||||
<img
|
||||
class="logo"
|
||||
@@ -14,15 +14,8 @@
|
||||
</div>
|
||||
</div>
|
||||
</ion-col>
|
||||
<ion-col
|
||||
sizeXl="3"
|
||||
sizeLg="3"
|
||||
sizeMd="3"
|
||||
sizeSm="12"
|
||||
sizeXs="12"
|
||||
class="ion-align-self-center"
|
||||
>
|
||||
<ng-content select="[slot='controls']"></ng-content>
|
||||
<ion-col sizeMd="3" sizeXs="12" class="ion-align-self-center">
|
||||
<ng-content select="[position=controls]"></ng-content>
|
||||
</ion-col>
|
||||
</ion-row>
|
||||
<ng-content select="ion-row"></ng-content>
|
||||
|
||||
Reference in New Issue
Block a user