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 46f6d0a commit a6d8c3eCopy full SHA for a6d8c3e
redisinsight/ui/src/pages/home/components/CloudConnection/styles.module.scss
@@ -61,13 +61,13 @@
61
.accordion {
62
background: var(--euiColorLightestShade);
63
border-radius: 4px;
64
- padding: 12px 18px;
65
- margin-top: 14px;
+ padding: 12px 18px !important;
+ margin-top: 14px !important;
66
67
:global {
68
.euiAccordion__triggerWrapper {
69
70
- padding: 0;
+ padding: 0 !important;
71
}
72
73
.euiAccordion__triggerWrapper h3 {
0 commit comments