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 66aa73e commit c51fc66Copy full SHA for c51fc66
resources/assets/component.css
@@ -219,7 +219,7 @@
219
display: flex;
220
justify-content:center;
221
align-items: baseline;
222
- padding: 5px 3em 5px 5px;
+ padding: 10px 3em 5px 10px;
223
}
224
.dlp-form-row>input,.dlp-form-row>textarea{
225
flex: auto;
@@ -299,7 +299,7 @@
299
300
.dot-cascade-panel>.plane-body{
301
height: calc(100% - 23px);
302
- background: rgb(35 35 35)!important;
+ background: #484848!important;
303
304
.dot-cascade-panel>.plane-header-delete{
305
width: 270px;
0 commit comments