@capillarytech/creatives-library 8.0.292-alpha.10 → 8.0.292-alpha.11
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
|
@@ -178,8 +178,6 @@
|
|
|
178
178
|
// Pin toolbar to the right and reserve space so it does not overlap DeviceToggle (iOS tab must stay clickable)
|
|
179
179
|
&.html-editor--library-mode {
|
|
180
180
|
.html-editor__header {
|
|
181
|
-
position: relative;
|
|
182
|
-
padding-right: 14rem; // Reserve space for toolbar so DeviceToggle (flex: 1) doesn't extend under it
|
|
183
181
|
|
|
184
182
|
.editor-toolbar,
|
|
185
183
|
.editor-toolbar.editor-toolbar,
|
|
@@ -187,6 +185,7 @@
|
|
|
187
185
|
position: absolute;
|
|
188
186
|
top: 0;
|
|
189
187
|
right: 0;
|
|
188
|
+
width: unset;
|
|
190
189
|
}
|
|
191
190
|
}
|
|
192
191
|
}
|