We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e483df7 commit 2b9cd74Copy full SHA for 2b9cd74
2 files changed
projects/ledge-render/src/lib/components/ledge-card/ledge-card.component.scss
@@ -14,7 +14,7 @@ $black: #111;
14
background-color: $background;
15
border-radius: 2px;
16
transition: all 0.3s;
17
- max-width: 300px;
+ //max-width: 300px;
18
min-width: 140px;
19
height: 100%;
20
src/styles.scss
@@ -112,8 +112,3 @@ body {
112
}
113
114
115
-.ledge-render {
116
- .flex-table {
117
- margin: 1em 0;
118
- }
119
-}
0 commit comments