Skip to content

Commit

Permalink
fix: fix ui next to angular material update
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaudAV authored and Okhelifi committed Aug 20, 2024
1 parent 08513bc commit 6018fef
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@
<div class="wrapper" [class.smallDisplay]="smallDisplay" [class.disabled]="isDisabled">
<ng-container *ngIf="internalFormGroup" [formGroup]="internalFormGroup">
<div class="menu">
<mat-button-toggle-group class="gio-button-toggle-group menu__mode" name="mode" aria-label="Cron mode" formControlName="mode">
<mat-button-toggle-group
class="gio-button-toggle-group menu__mode"
name="mode"
aria-label="Cron mode"
formControlName="mode"
[hideSingleSelectionIndicator]="true"
>
<mat-button-toggle value="secondly" matTooltip="Secondly" [matTooltipDisabled]="!smallDisplay">{{
smallDisplay ? 's' : 'Secondly'
}}</mat-button-toggle>
Expand Down

0 comments on commit 6018fef

Please sign in to comment.