@posiwise/core-styles 0.0.13 → 0.0.14
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
|
@@ -224,6 +224,14 @@
|
|
|
224
224
|
color: #fff !important;
|
|
225
225
|
}
|
|
226
226
|
|
|
227
|
+
.hopscotch-bubble-container {
|
|
228
|
+
width: 400px !important; /* Adjust the width as needed */
|
|
229
|
+
max-width: 100%; /* Ensure it does not exceed the viewport */
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.hopscotch-bubble .hopscotch-bubble-content {
|
|
233
|
+
padding: 10px; /* Optional: Adjust padding for better spacing */
|
|
234
|
+
}
|
|
227
235
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
|
228
236
|
color: #ffffff;
|
|
229
237
|
background: var(--first) !important;
|