Skip to content

Commit 2c01638

Browse files
liujupingJackLian
authored andcommitted
Revert "Update index.module.scss (#79)"
This reverts commit 78c2bde.
1 parent a2c1423 commit 2c01638

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/plugin-components-pane/src/components/Component/index.module.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
@use "sass:math";
21
.card {
32
display: flex;
43
flex-direction: column;
54
padding: 14px;
65
align-items: center;
76
justify-content: space-between;
8-
width: math.div(1, 3);
7+
width: (100 / 3) * 1%;
98
height: 114px;
109
flex-grow: 0;
1110
flex-shrink: 0;

0 commit comments

Comments
 (0)