mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 09:08:09 +08:00
7 lines
121 B
SCSS
7 lines
121 B
SCSS
.ppcp--static-value {
|
|
@include font(13, 26, 400);
|
|
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|