diff --git a/services/web/frontend/stylesheets/app/subscription.less b/services/web/frontend/stylesheets/app/subscription.less index db4fe9a192..cf5694e938 100644 --- a/services/web/frontend/stylesheets/app/subscription.less +++ b/services/web/frontend/stylesheets/app/subscription.less @@ -143,6 +143,10 @@ } } +.price-nowrap { + white-space: nowrap; +} + .price-details-spacing { height: @line-height-computed / 2; }