isite 2025.7.2 → 2025.8.2

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.
@@ -76,7 +76,7 @@ textarea,
76
76
  input.form-control {
77
77
  text-align: var(--text-align);
78
78
  font-family: var(--font-family);
79
- height: var(--input-height);
79
+ min-height: var(--input-height);
80
80
  line-height: var(--line-height);
81
81
  padding: var(--input-padding);
82
82
  font-size: var(--input-font-size);
@@ -90,6 +90,9 @@ textarea:focus,
90
90
  input.form-control {
91
91
  color: var(--input-color);
92
92
  }
93
+ .form-check .form-check-input{
94
+ min-height: 0 !important;
95
+ }
93
96
  label {
94
97
  float: var(--float);
95
98
  color: var(--label-color);
@@ -221,12 +221,12 @@
221
221
 
222
222
  .rtl,
223
223
  .rtl input {
224
- direction: rtl;
224
+ direction: rtl !important;
225
225
  }
226
226
 
227
227
  .ltr,
228
228
  .ltr input {
229
- direction: ltr;
229
+ direction: ltr !important;
230
230
  }
231
231
 
232
232
  .height-auto {