Skip to content

Commit 1d459c1

Browse files
authored
fix: button height too short (#586)
## Overview Button height too short. ## Related - [WP-1188](https://tacc-main.atlassian.net/browse/WP-1188) ## Changes - **changed** button line-height ## Testing & UI https://github.com/user-attachments/assets/76452213-a36b-45c0-8f87-1bbc9bccc5f8 https://github.com/user-attachments/assets/1f947fca-fc21-4102-96bb-61373c58da51
1 parent 59d2406 commit 1d459c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/_imports/components/c-button.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
align-items: center;
2424
justify-content: center;
2525

26-
line-height: 1; /* to make consistent vertical alignment of icons */
26+
line-height: 1.5; /* to make consistent vertical alignment of icons */
2727
gap: 0.5ch; /* to add space between icons and text */
2828

2929
/* To ensure identical <button> and <a> instances have same width */

0 commit comments

Comments
 (0)