@progress/kendo-theme-classic 8.0.2-dev.2 → 8.0.2-dev.3

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
@@ -50619,10 +50619,9 @@ $kendo-pivotgrid-remove-text: null !default;
50619
50619
  .k-flex-row-reverse & {
50620
50620
  display: flex;
50621
50621
  align-items: center;
50622
+ justify-content: center;
50623
+ writing-mode: vertical-rl;
50622
50624
 
50623
- span {
50624
- writing-mode: vertical-rl;
50625
- }
50626
50625
  .k-icon {
50627
50626
  vertical-align: baseline;
50628
50627
  }