Skip to content

Commit c451be1

Browse files
authored
Merge pull request #561 from Ferlab-Ste-Justine/feat/FLUI-145
feat(chart): FLUI-145 add total row, add dual venn mode
2 parents 8f7af17 + 9a0133b commit c451be1

File tree

3 files changed

+403
-255
lines changed

3 files changed

+403
-255
lines changed

packages/ui/src/components/Charts/Venn/VennSkeleton.module.css

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
gap: 16px;
55
}
66

7+
.input {
8+
bottom: 16px;
9+
display: block;
10+
height: 100%;
11+
position: absolute;
12+
width: 100%;
13+
}
14+
715
.skeleton .tables {
816
display: flex;
917
flex-direction: column;

0 commit comments

Comments
 (0)