12 lines
186 B
CSS
12 lines
186 B
CSS
.recharts-legend-item {
|
|
padding: 0 10px;
|
|
margin-right: 0;
|
|
}
|
|
|
|
.recharts-legend-item-text {
|
|
user-select: none;
|
|
}
|
|
|
|
/*.recharts-legend-wrapper{ */
|
|
/* width: 388px !important;*/
|
|
/*}*/
|