@clayui/css 3.47.0 → 3.50.0

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.
@@ -6349,8 +6349,22 @@ html:not(#__):not(#___) .cadmin .form-control .label {
6349
6349
  margin-right: 10px;
6350
6350
  margin-top: 5px;
6351
6351
  min-height: 24px;
6352
+ padding-bottom: 5px;
6353
+ padding-left: 8px;
6354
+ padding-right: 8px;
6355
+ padding-top: 5px;
6352
6356
  text-transform: none;
6353
6357
  }
6358
+ html:not(#__):not(#___) .cadmin .form-control .label .label-item {
6359
+ margin-bottom: -1px;
6360
+ margin-top: -1px;
6361
+ }
6362
+ html:not(#__):not(#___) .cadmin .form-control .label > .c-inner {
6363
+ margin-bottom: -5px;
6364
+ margin-left: -8px;
6365
+ margin-right: -8px;
6366
+ margin-top: -5px;
6367
+ }
6354
6368
  html:not(#__):not(#___) .cadmin fieldset[disabled] .form-control {
6355
6369
  background-color: #f1f2f5;
6356
6370
  border-color: #f1f2f5;