You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/stencil-library/src/components/pid-component/pid-component.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -711,7 +711,7 @@ export class PidComponent {
711
711
712
712
{/* Footer Actions - in a separate line below pagination */}
713
713
{this.actions.length>0&&(
714
-
<pid-actionsslot="footer-actions"actions={this.actions}darkMode={this.darkMode}class="mt-0 flex-shrink-0"aria-label={`Available actions for ${this.value}`}/>
714
+
<pid-actionsslot="footer-actions"actions={this.actions}darkMode={this.darkMode}class="my-0 flex-shrink-0"aria-label={`Available actions for ${this.value}`}/>
0 commit comments