@kris701/ez-ui 1.2.9 → 1.2.10

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.
@@ -5729,7 +5729,7 @@ class EzUITopBar {
5729
5729
  <span tuiNavigationLogo>
5730
5730
  <ng-container [ngTemplateOutlet]="layout.topbarlogo"></ng-container>
5731
5731
  </span>
5732
- <hr />
5732
+ <hr style="min-inline-size:0px"/>
5733
5733
  <button
5734
5734
  [iconStart]="layoutService.isDarkMode() ? 'moon' : 'sun'"
5735
5735
  tuiIconButton
@@ -5760,7 +5760,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.0", ngImpor
5760
5760
  <span tuiNavigationLogo>
5761
5761
  <ng-container [ngTemplateOutlet]="layout.topbarlogo"></ng-container>
5762
5762
  </span>
5763
- <hr />
5763
+ <hr style="min-inline-size:0px"/>
5764
5764
  <button
5765
5765
  [iconStart]="layoutService.isDarkMode() ? 'moon' : 'sun'"
5766
5766
  tuiIconButton