Advertisement
Guest User

domain name fix

a guest
Nov 23rd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.20 KB | None | 0 0
  1. .checkout-pricing-feature .domain-name {
  2.     white-space: nowrap;
  3.     text-overflow: ellipsis;
  4.     overflow: hidden;
  5.     display: inline-block;
  6.     max-width: calc(100% - 80px);
  7.     vertical-align: top;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement