Remove dashboard row collasping feature

This commit is contained in:
nymkappa
2022-06-16 09:17:44 +02:00
parent 071d3e65a3
commit 6c0fe3d7a1
3 changed files with 114 additions and 164 deletions

View File

@@ -1,4 +1,4 @@
<div [formGroup]="languageForm" class="text-small text-center mt-4">
<div [formGroup]="languageForm" class="text-small text-center">
<select formControlName="language" class="custom-select custom-select-sm form-control-secondary form-control mx-auto" style="width: 130px;" (change)="changeLanguage()">
<option *ngFor="let lang of languages" [value]="lang.code">{{ lang.name }}</option>
</select>