playbook_ui 13.19.0.pre.alpha.play1174fixconfimationtoastmobilebug2305 → 13.19.0.pre.alpha.play1174fixconfimationtoastmobilebug2306

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 627646a36323dec23447929cde628bff93ea62a9b440e90bfd541dc2c10d0f62
4
- data.tar.gz: 72a6fa94171482b9cf39da6a7745c8184cfa1bd966e2e1671d91d47a30229c9d
3
+ metadata.gz: 10050594b83a89e2dd77aa948fb31cd71c1bc292dc5ccbda469728d89ede9747
4
+ data.tar.gz: e74efd0e2d006ef868d070109c3f099ecf86068e59bd8d9fb55c2b9db8bc91ff
5
5
  SHA512:
6
- metadata.gz: b4e1e46f4be920c62cac1294efcacdc5e81de8209b6561c03b8824f3e5955ee139f56af3c1b82434ff131efa4a3d5b0e007eb5697a36449f236c4b06f1664bdb
7
- data.tar.gz: 49a740f3432cf59dc36f660448a1dff773afec0d18714c53ce7f550cf2d448b9929ce2f51c46465088be72acaa7990a6672526c3bed62ddbd4b3cbd8657ca10a
6
+ metadata.gz: 412c6be317738582dec9a87b3c16a1278292c71f23e23441f8f81f9857ffae29ccd30ade66ddc910e4d5f8d4ba99bbde5946e822bbf35280aff771d229ed4530
7
+ data.tar.gz: 214b373b93c39b439ba7a335b8928daecb56a6c377d7f9ea0f7ac92c0082cdb5b8fde80287ad43015f21b9e40b690f60cb1bec2fbaeae3fa03bcdef629e832cc
@@ -91,8 +91,11 @@ $confirmation_toast_colors: (
91
91
  &[class*=_multi_line] .pb_fixed_confirmation_toast_text {
92
92
  color: $white;
93
93
  margin: 0 $space_md 0 $space_md;
94
- max-width: 100%;
95
- white-space: break-spaces;
94
+ overflow: hidden;
95
+ display: -webkit-box;
96
+ -webkit-line-clamp: 2;
97
+ -webkit-box-orient: vertical;
98
+ white-space: normal;
96
99
  }
97
100
  }
98
101
  }
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "13.19.0"
5
- VERSION = "13.19.0.pre.alpha.play1174fixconfimationtoastmobilebug2305"
5
+ VERSION = "13.19.0.pre.alpha.play1174fixconfimationtoastmobilebug2306"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playbook_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 13.19.0.pre.alpha.play1174fixconfimationtoastmobilebug2305
4
+ version: 13.19.0.pre.alpha.play1174fixconfimationtoastmobilebug2306
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX