File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 111
111
vertical-align : super;
112
112
}
113
113
114
- .pro-disabled-item {
114
+ .fz- pro-disabled-item {
115
115
opacity : 0.6 ;
116
116
}
117
117
@@ -1868,10 +1868,12 @@ span.error-message .components-external-link .components-visually-hidden{
1868
1868
border-radius : 8px ;
1869
1869
}
1870
1870
.popover-action-list ul {
1871
+ display : flex;
1872
+ flex-direction : column;
1873
+ gap : 14px ;
1871
1874
margin : 0 ;
1872
1875
}
1873
1876
.popover-action-list ul li {
1874
- padding-bottom : 13px ;
1875
1877
margin-bottom : 0 ;
1876
1878
font-size : 16px ;
1877
1879
font-weight : 400 ;
@@ -2580,12 +2582,12 @@ li.draggable-item .components-panel__body-toggle.components-button{
2580
2582
}
2581
2583
2582
2584
button .feedzy-action-button {
2583
- padding : 13px 0px ;
2584
- height : 0px ;
2585
+ padding : 0 ;
2585
2586
font-size : 16px ;
2586
2587
font-weight : 400 ;
2587
2588
background : none;
2588
2589
border : none;
2589
2590
width : 100% ;
2590
2591
cursor : pointer;
2592
+ height : unset;
2591
2593
}
You can’t perform that action at this time.
0 commit comments