isite 2025.1.12 → 2025.1.13

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.
@@ -67,6 +67,7 @@ fieldset {
67
67
  border: var(--fieldset-border);
68
68
  border-radius: var(--fieldset-border-radius);
69
69
  max-width: 98% !important;
70
+ margin-bottom: 10px !important;
70
71
  }
71
72
 
72
73
  fieldset legend {
@@ -175,7 +176,7 @@ i-datetime input {
175
176
  }
176
177
 
177
178
  .modal-content {
178
- width: 75vw;
179
+ width: 75%;
179
180
  height: auto;
180
181
  max-height: 100vh;
181
182
  }
@@ -183,7 +184,7 @@ i-datetime input {
183
184
  min-height: 50px;
184
185
  }
185
186
  .full .modal-content {
186
- width: 95vw;
187
+ width: 96%;
187
188
  height: auto;
188
189
  max-height: 100vh;
189
190
  }