@optifye/dashboard-core 6.10.46 → 6.10.47

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/dist/index.css CHANGED
@@ -1140,15 +1140,15 @@ body {
1140
1140
  .max-h-48 {
1141
1141
  max-height: 12rem;
1142
1142
  }
1143
+ .max-h-56 {
1144
+ max-height: 14rem;
1145
+ }
1143
1146
  .max-h-60 {
1144
1147
  max-height: 15rem;
1145
1148
  }
1146
1149
  .max-h-64 {
1147
1150
  max-height: 16rem;
1148
1151
  }
1149
- .max-h-80 {
1150
- max-height: 20rem;
1151
- }
1152
1152
  .max-h-\[--radix-select-content-available-height\] {
1153
1153
  max-height: var(--radix-select-content-available-height);
1154
1154
  }
@@ -1224,9 +1224,6 @@ body {
1224
1224
  .min-h-\[400px\] {
1225
1225
  min-height: 400px;
1226
1226
  }
1227
- .min-h-\[42px\] {
1228
- min-height: 42px;
1229
- }
1230
1227
  .min-h-\[44px\] {
1231
1228
  min-height: 44px;
1232
1229
  }