Skip to content

Commit

Permalink
fix the alignment of filter chiclets
Browse files Browse the repository at this point in the history
the latest button changes caused issues in the alignment. also
the text ellipsis was broken.
  • Loading branch information
RFSH committed Oct 11, 2023
1 parent c5737ce commit 9bb67c1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/assets/scss/_recordset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@
margin-right: 5px;
margin-bottom: 5px;

/**
* override the default behavior of button and button group
* without these the buttons would become misaligned and ellipsis logic won't work
*/
align-items: unset;
.chaise-btn {
display: inline-block;
}

.chaise-btn:focus {
background-color: map-get(variables.$color-map, 'white');
}
Expand Down

0 comments on commit 9bb67c1

Please sign in to comment.