Skip to content

Commit

Permalink
[4.0] Modal button height (#29715)
Browse files Browse the repository at this point in the history
Resolves #29318 AND #29575

this is a scss change so requires node build.js --compile-css
  • Loading branch information
brianteeman committed Jun 20, 2020
1 parent 71b4e21 commit 02c1f47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions administrator/templates/atum/scss/blocks/_modals.scss
Expand Up @@ -6,6 +6,7 @@
padding: 0 22px;
margin-right: .5rem;
font-size: 1rem;
line-height: 2.3rem;
color: var(--atum-text-dark);
background: var(--white);
border-color: var(--whiteoffset);
Expand Down

0 comments on commit 02c1f47

Please sign in to comment.