Advertisement
fauzanjeg

Fix Button with Long Text

Nov 19th, 2021 (edited)
447
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.15 KB | None | 0 0
  1. /* Fix Button with Long Text */
  2. .frontend-submit-button a,
  3. .jpw-truncate-btn .btn {
  4.     height: unset;
  5.     min-height: 40px;
  6.     line-height: 30px;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement