@progress/kendo-theme-bootstrap 8.0.2-dev.2 → 8.0.2-dev.4

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/all.scss CHANGED
@@ -53492,10 +53492,9 @@ $kendo-pivotgrid-remove-text: null !default;
53492
53492
  .k-flex-row-reverse & {
53493
53493
  display: flex;
53494
53494
  align-items: center;
53495
+ justify-content: center;
53496
+ writing-mode: vertical-rl;
53495
53497
 
53496
- span {
53497
- writing-mode: vertical-rl;
53498
- }
53499
53498
  .k-icon {
53500
53499
  vertical-align: baseline;
53501
53500
  }