Skip to content

Commit

Permalink
fix(buttons): change tiny button class to x-small (#1826)
Browse files Browse the repository at this point in the history
Fixes button styling of tiny button on page
http://akveo.com/ngx-admin/#/pages/ui-features/buttons
  • Loading branch information
Ike353 authored and nnixaa committed Aug 17, 2018
1 parent aa8e7cd commit a721fd8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
</div>
<div class="size-container">
<div class="container-title">
<span>Tiny Button</span>
<span>X-Small Button</span>
</div>
<div class="subheader">
<span>0.5rem 1.25rem</span>
</div>
<div>
<button class="btn btn-primary btn-tn">Tiny</button>
<button class="btn btn-primary btn-xs">X-Small Button</button>
</div>
</div>
</nb-card-body>
Expand Down

1 comment on commit a721fd8

@Ike353
Copy link
Contributor Author

@Ike353 Ike353 commented on a721fd8 Aug 20, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Link to source of breaking change: akveo/nebular@89d429d

Please sign in to comment.