Skip to content

Commit 524f96e

Browse files
committed
Remove unused .drawer-content-horizontal class from styles
Refs: #7487
1 parent 3a10af2 commit 524f96e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/samples/react/src/style.scss

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ hr {
5252
width: rem(400);
5353
}
5454

55-
.drawer-content-horizontal {
56-
height: rem(400);
57-
}
58-
5955
@media (min-width: 1024px) {
6056
.app-container {
6157
display: grid;
@@ -92,4 +88,4 @@ hr {
9288
.no-print * {
9389
display: none !important;
9490
}
95-
}
91+
}

0 commit comments

Comments
 (0)