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 9846b0d commit d5ad689Copy full SHA for d5ad689
src/components/LegendPanel.css
@@ -2,7 +2,7 @@
2
background: #fff;
3
border-radius: 8px;
4
border: 1px solid #e0e0e0;
5
- overflow: hidden;
+ margin-bottom: 12px;
6
}
7
8
.legend-header {
@@ -38,6 +38,7 @@
38
39
.legend-content {
40
padding: 10px;
41
+ overflow: visible;
42
43
44
.legend-section {
@@ -60,7 +61,7 @@
60
61
.legend-items {
62
display: flex;
63
flex-wrap: wrap;
- gap: 6px;
64
+ gap: 8px 12px;
65
66
67
.legend-item {
@@ -71,7 +72,8 @@
71
72
border-radius: 4px;
73
cursor: pointer;
74
transition: all 0.2s ease;
- font-size: 11px;
75
+ font-size: 12px;
76
+ white-space: nowrap;
77
78
79
.legend-item:hover,
0 commit comments