@citizenplane/pimp 18.19.8 → 18.19.9
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.
package/package.json
CHANGED
|
@@ -192,7 +192,6 @@ const handleHeaderClick = () => {
|
|
|
192
192
|
flex: none;
|
|
193
193
|
align-items: center;
|
|
194
194
|
justify-content: flex-end;
|
|
195
|
-
padding: 0 var(--cp-spacing-xl);
|
|
196
195
|
border-radius: var(--cp-radius-lg);
|
|
197
196
|
gap: var(--cp-spacing-lg);
|
|
198
197
|
|
|
@@ -202,7 +201,6 @@ const handleHeaderClick = () => {
|
|
|
202
201
|
|
|
203
202
|
@container (width < 30rem) {
|
|
204
203
|
justify-content: flex-start;
|
|
205
|
-
padding: 0;
|
|
206
204
|
|
|
207
205
|
&:has(+ .cpAncillaryCategory__chevron) {
|
|
208
206
|
flex: none;
|