Skip to content

Commit a6d8c3e

Browse files
committed
#RI-4841 - fix paddings
1 parent 46f6d0a commit a6d8c3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

redisinsight/ui/src/pages/home/components/CloudConnection/styles.module.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@
6161
.accordion {
6262
background: var(--euiColorLightestShade);
6363
border-radius: 4px;
64-
padding: 12px 18px;
65-
margin-top: 14px;
64+
padding: 12px 18px !important;
65+
margin-top: 14px !important;
6666

6767
:global {
6868
.euiAccordion__triggerWrapper {
6969
background: var(--euiColorLightestShade);
70-
padding: 0;
70+
padding: 0 !important;
7171
}
7272

7373
.euiAccordion__triggerWrapper h3 {

0 commit comments

Comments
 (0)