@progress/kendo-theme-default 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
@@ -49215,10 +49215,9 @@ $kendo-pivotgrid-remove-text: null !default;
49215
49215
  .k-flex-row-reverse & {
49216
49216
  display: flex;
49217
49217
  align-items: center;
49218
+ justify-content: center;
49219
+ writing-mode: vertical-rl;
49218
49220
 
49219
- span {
49220
- writing-mode: vertical-rl;
49221
- }
49222
49221
  .k-icon {
49223
49222
  vertical-align: baseline;
49224
49223
  }