Skip to content

Commit

Permalink
fix(platform): remove settings dialog scss file and set height style …
Browse files Browse the repository at this point in the history
…as inline
  • Loading branch information
dpavlenishvili committed Oct 14, 2024
1 parent 40b4983 commit aae72fa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h4 fd-title [headerSize]="4">{{ 'platformTable.settingsDialogHeader' | fdTransl

@if (showSubheader()) {
<ng-template fdkTemplate="subheader">
<fd-segmented-button [(ngModel)]="activeTab" class="fit-fd-segmented-button">
<fd-segmented-button [(ngModel)]="activeTab" [style.height]="'fit-content'">
@if (sortingData()) {
<button
fd-button
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ import {
InitialFocusDirective,
FocusableItemDirective
],
templateUrl: './settings-dialog.component.html',
styleUrls: ['./settings-dialog.component.scss']
templateUrl: './settings-dialog.component.html'
})
export class SettingsDialogComponent implements Resettable {
/** Data for sorting */
Expand Down

0 comments on commit aae72fa

Please sign in to comment.