Skip to content

Commit b3a756b

Browse files
Merge pull request #2214 from asfadmin/andy/ds-5915
DS-5915 Fix for dataset description height
2 parents ea4fea3 + 8631cb3 commit b3a756b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/styles/asf-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
@include mat.core();
2121

2222

23-
mat.$theme-ignore-duplication-warnings: true;
23+
$theme-ignore-duplication-warnings: true;
2424

2525
button,
2626
.mat-expansion-panel,

src/styles/deluxe-menu-2.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ $light-grey: rgb(0 0 0 / 60%);
4848
}
4949

5050
.limitTextHeight {
51-
height: 55px;
51+
height: 72px;
5252
overflow: hidden;
5353
}
5454

0 commit comments

Comments
 (0)