Skip to content

Commit

Permalink
button group tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
basher committed Feb 21, 2024
1 parent 130b1aa commit 064162e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions ui/src/stylesheets/components/_button-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Dependencies.
@use '../mixins' as *;

.button-group {
align-items: center;
display: flex;
flex-wrap: wrap;
gap: $gutter-s;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ export const LinksHtml = (args) => `
</a>
<a
href="#"
class="button button--text"
>
Default
Normal
</a>
</div>
`;

0 comments on commit 064162e

Please sign in to comment.