pacem-less 0.50.1 → 0.50.2-akkad

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,6 +17,7 @@
17
17
 
18
18
  > .@{PCSS}-dialog-heading {
19
19
  grid-row: 1;
20
+ overflow: hidden;
20
21
  // padding: @lightbox_padding @lightbox_padding 0 /*@grid_spacing / 2*/ @lightbox_padding;
21
22
  > * {
22
23
  margin: 0 @lightbox_padding;
@@ -30,6 +31,12 @@
30
31
  > .@{PCSS}-scrollable {
31
32
  grid-row: 2;
32
33
  }
34
+
35
+ > .@{PCSS}-dialog-heading,
36
+ > .@{PCSS}-scrollable, // already defined in the lightbox
37
+ > .@{PCSS}-dialog-buttons {
38
+ max-width: 80vw;
39
+ }
33
40
  }
34
41
 
35
42
  &.modal-corners,
@@ -46,6 +53,8 @@
46
53
  .@{PCSS}-lightbox {
47
54
  max-width: @vw;
48
55
 
56
+ > .@{PCSS}-dialog-heading,
57
+ > .@{PCSS}-dialog-buttons,
49
58
  > .@{PCSS}-scrollable {
50
59
  max-width: @vw;
51
60
  }
@@ -59,6 +68,8 @@
59
68
  .@{PCSS}-lightbox {
60
69
  max-width: @vw;
61
70
 
71
+ > .@{PCSS}-dialog-heading,
72
+ > .@{PCSS}-dialog-buttons,
62
73
  > .@{PCSS}-scrollable {
63
74
  max-width: @vw;
64
75
  }
@@ -152,4 +163,4 @@
152
163
  .DialogSizeResponsive(@prefix, v, slim, @_slim);
153
164
  .DialogSizeResponsive(@prefix, v, medium, @_medium);
154
165
  }
155
- }
166
+ }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.50.1",
2
+ "version": "0.50.2-akkad",
3
3
  "name": "pacem-less",
4
4
  "homepage": "https://js.pacem.it",
5
5
  "repository": {