Skip to content

Commit

Permalink
fix(pricing-table): increasing annotation toggle touch area (#11623)
Browse files Browse the repository at this point in the history
### Related Ticket(s)

[ADCMS-4432](https://jsw.ibm.com/browse/ADCMS-4432)

### Description

In continuation of [this PR for v1](#11581). I'm raising this one for v2:

In the pricing table, the toggle annotation arrow was too small, making it difficult to be hit on mobile resolutions. I added more padding so it's now easier to be touched.
  • Loading branch information
bruno-amorim authored Apr 5, 2024
1 parent 27e362d commit cd9b74c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,9 @@
padding-inline-end: $spacing-03;

button {
padding: 0;
padding: $spacing-05;
border: none;
margin: -$spacing-05;
background: none;
}

Expand Down

0 comments on commit cd9b74c

Please sign in to comment.