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 d9bd83f commit 41c7615Copy full SHA for 41c7615
resources/assets/component.css
@@ -210,15 +210,15 @@
210
display: flex;
211
justify-content:center;
212
align-items: baseline;
213
- padding: 5px 10px 5px 5px;
+ padding: 5px 3em 5px 5px;
214
}
215
.dlp-form-row>input,.dlp-form-row>textarea{
216
flex: auto;
217
color: #0c0c0c;
218
219
.dlp-form-row>label{
220
- min-width: 12rem!important;
221
- max-width: 12rem!important;
+ min-width: 7em!important;
+ max-width: 7em!important;
222
text-align: center!important;
223
224
.dlp-table{
0 commit comments