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