Skip to content

Commit

Permalink
Updated default button card styles to support multiline buttons (#43)
Browse files Browse the repository at this point in the history
* Updated default button card styles to support multiline buttons

Ref DES-160

* Center-aligned button text
  • Loading branch information
sanne-san authored Mar 13, 2024
1 parent 6521053 commit 0beef28
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/built/screen.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/built/screen.css.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions assets/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -2374,7 +2374,11 @@ blockquote.kg-blockquote-alt {
/* Button */

.kg-card.kg-button-card .kg-btn {
height: unset;
padding: .6em 1.2em;
text-align: center;
font-size: 1em;
line-height: 1.2em;
}

/* Header */
Expand Down

0 comments on commit 0beef28

Please sign in to comment.